2 instantiations of 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))
1 reference to HpkeX25519DiffieHellmanKemAdapter
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
53
using (
HpkeX25519DiffieHellmanKemAdapter
ephemeral = new HpkeX25519DiffieHellmanKemAdapter(Suite))