7 references to CompositeMLDsaImplementation
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (7)
60public static bool IsSupported { get; } = CompositeMLDsaImplementation.SupportsAny(); 99return CompositeMLDsaImplementation.IsAlgorithmSupportedImpl(algorithm); 385return CompositeMLDsaImplementation.GenerateKeyImpl(algorithm); 682dsa = CompositeMLDsaImplementation.ImportCompositeMLDsaPublicKeyImpl(algorithm, key.Span); 875dsa = CompositeMLDsaImplementation.ImportCompositeMLDsaPrivateKeyImpl(algorithm, privateKeyContents.Span); 926return CompositeMLDsaImplementation.ImportCompositeMLDsaPublicKeyImpl(algorithm, source); 976return CompositeMLDsaImplementation.ImportCompositeMLDsaPrivateKeyImpl(algorithm, source);