☰
DDOCs
DDN-CRYPTO
v1.8.5
/
ddn.crypto.internal.bigintutils
/
bytesToBigInt
🔍
☾
bytesToBigInt
fn
BigInt
bytesToBigInt(const(ubyte)[] bytes)
@safe
pure
Converts big-endian unsigned bytes to a BigInt.
Parameters
bytes
The big-endian byte string.
Returns
The decoded non-negative value.