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