BigIntHelper

Undocumented in source.

Members

Static functions

bigIntFromUByteArray
BigInt bigIntFromUByteArray(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
bigIntToUByteArray
ubyte[] bigIntToUByteArray(BigInt v)
Undocumented in source. Be warned that the author may not have intended to support it.
powMod
BigInt powMod(BigInt base, BigInt modulus, BigInt exponent)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta