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

◆ DeriveKeyFromHmac() [2/3]

byte[] System.Security.Cryptography.ECDiffieHellman.DeriveKeyFromHmac ( ECDiffieHellmanPublicKey otherPartyPublicKey,
HashAlgorithmName hashAlgorithm,
byte?[] hmacKey )
inlineinherited

Definition at line 44 of file ECDiffieHellman.cs.

45 {
46 return DeriveKeyFromHmac(otherPartyPublicKey, hashAlgorithm, hmacKey, null, null);
47 }
byte[] DeriveKeyFromHmac(ECDiffieHellmanPublicKey otherPartyPublicKey, HashAlgorithmName hashAlgorithm, byte[]? hmacKey)

References System.Security.Cryptography.ECDiffieHellman.DeriveKeyFromHmac().

Referenced by System.Security.Cryptography.ECDiffieHellman.DeriveKeyFromHmac().