4 references to BigInteger
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
2422
public static implicit operator BigInteger(ulong value) => new
BigInteger
(value);
3263
: new
BigInteger
(rs);
3284
: new
BigInteger
(rs);
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHelpers.cs (1)
183
=> throw new CryptographicException(SR.Format(SR.Sign1UnknownCoseAlgorithm, BigInteger.MinusOne - new
BigInteger
(alg)));