Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_digestInfoSha512

readonly byte [] System.Security.Cryptography.RsaPaddingProcessor.s_digestInfoSha512
staticprivate
Initial value:
= new byte[19]
{
48, 81, 48, 13, 6, 9, 96, 134, 72, 1,
101, 3, 4, 2, 3, 5, 0, 4, 64
}

Definition at line 32 of file RsaPaddingProcessor.cs.

33 {
34 48, 81, 48, 13, 6, 9, 96, 134, 72, 1,
35 101, 3, 4, 2, 3, 5, 0, 4, 64
36 };

Referenced by System.Security.Cryptography.RsaPaddingProcessor.OpenProcessor().