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); 118return new ECDsaComponent(ECDsa.Create(parameters), algorithm); 183return new ECDsaComponent(ECDsa.Create(parameters), algorithm);