4 references to KeySizeInBytes
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (4)
95EccKeyFormatHelper.GetECPointFromUncompressedPublicKey(publicKey.Span, algorithm.KeySizeInBytes, out x, out y); 154int fieldWidth = algorithm.KeySizeInBytes; 212if (ecParameters.D.Length != _algorithm.KeySizeInBytes) 309int fieldWidth = _algorithm.KeySizeInBytes;