4 references to MLKemImplementation
System.Security.Cryptography (4)
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (4)
35return new MLKemImplementation(algorithm, key, hasSeed: true, hasDecapsulationKey: true);
44return new MLKemImplementation(algorithm, key, hasSeed: true, hasDecapsulationKey: true);
53return new MLKemImplementation(algorithm, key, hasSeed: false, hasDecapsulationKey: true);
62return new MLKemImplementation(algorithm, key, hasSeed: false, hasDecapsulationKey: false);