4 references to MLDsaImplementation
System.Security.Cryptography (4)
System\Security\Cryptography\MLDsaImplementation.OpenSsl.cs (4)
145return new MLDsaImplementation(algorithm, key, hasSeed: true, hasPrivateKey: true); 152return new MLDsaImplementation(algorithm, key, hasSeed: false, hasPrivateKey: false); 159return new MLDsaImplementation(algorithm, key, hasSeed: false, hasPrivateKey: true); 166return new MLDsaImplementation(algorithm, key, hasSeed: true, hasPrivateKey: true);