<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
BigInteger
public BigInteger(
byte[]
bytes,
int offset,
int length)
public BigInteger(
byte[]
bytes,
int offset,
int length,
bool bigEndian)
public BigInteger(
int sign,
byte[]
bytes,
bool bigEndian)
public BigInteger(
int sign,
byte[]
bytes,
int offset,
int length)
public BigInteger(
int sign,
byte[]
bytes,
int offset,
int length,
bool bigEndian)