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