public BigInteger(
int sign,
ReadOnlySpan<byte> bytes
)
Public Sub New (
sign As Integer,
bytes As ReadOnlySpan(Of Byte)
)
public:
BigInteger(
int sign,
ReadOnlySpan<unsigned char> bytes
)
Org.BouncyCastle.Math.BigInteger = function(sign, bytes);