2 instantiations of HpkeECDiffieHellmanKemAdapter
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
170using (HpkeECDiffieHellmanKemAdapter ephemeral = new HpkeECDiffieHellmanKemAdapter(Suite))
System\Security\Cryptography\HpkeManagedKemAdapter.cs (1)
37return new HpkeECDiffieHellmanKemAdapter(suite);
1 reference to HpkeECDiffieHellmanKemAdapter
System.Security.Cryptography (1)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
170using (HpkeECDiffieHellmanKemAdapter ephemeral = new HpkeECDiffieHellmanKemAdapter(Suite))