3 references to ECDsaComponent
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (3)
58return new ECDsaComponent(ECDsa.Create(algorithm.Curve), algorithm); 101return new ECDsaComponent(ECDsa.Create(parameters), algorithm); 162return new ECDsaComponent(ECDsa.Create(parameters), algorithm);