3 references to HkdfHashAlgorithm
System.Security.Cryptography (3)
System\Security\Cryptography\HpkeManagedKdfAdapter.cs (1)
27return new HpkeManagedHkdfAdapter(suite, suite.KdfMetadata.HkdfHashAlgorithm);
System\Security\Cryptography\HpkeManagedKemAdapter.cs (2)
127int written = HKDF.Extract(KeyDerivationKdf.HkdfHashAlgorithm, destination, salt, prk); 158HKDF.Expand(KeyDerivationKdf.HkdfHashAlgorithm, prk, output, destination);