2 references to ImportSeed
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
1113
return MLDsaImplementation.
ImportSeed
(algorithm, source);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
44
return
ImportSeed
(alg, new ReadOnlySpan<byte>(rented, 0, written));