ByteListToBigInt extension

Extension to convert byte arrays to BigInt values.

Provides convenient conversion from byte arrays to BigInt for use in cryptographic operations involving large integers.

on

Methods

toBigInt() BigInt

Available on List<int>, provided by the ByteListToBigInt extension

Converts this byte array to a BigInt (big-endian interpretation).