3 references to X25519DiffieHellmanImplementation
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (3)
84
return new
X25519DiffieHellmanImplementation
(key, hasPrivate: true);
92
return new
X25519DiffieHellmanImplementation
(key, hasPrivate: true);
100
return new
X25519DiffieHellmanImplementation
(key, hasPrivate: false);