2 references to HpkeX25519DiffieHellmanKemAdapter
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeManagedKemAdapter.cs (1)
39
return new
HpkeX25519DiffieHellmanKemAdapter
(suite);
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
53
using (HpkeX25519DiffieHellmanKemAdapter ephemeral = new
HpkeX25519DiffieHellmanKemAdapter
(Suite))