bytesToBigInt

fnBigInt bytesToBigInt(const(ubyte)[] bytes) @safe pure

Converts big-endian unsigned bytes to a BigInt.

Parameters

bytesThe big-endian byte string.

Returns

The decoded non-negative value.