bytesToBigInt

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

Converts big-endian unsigned bytes to a BigInt.

Parameters

bytesThe big-endian unsigned byte representation.

Returns

The corresponding BigInt value.