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.
Methods
-
toBigInt(
) → BigInt -
Available on List<
Converts this byte array to a BigInt (big-endian interpretation).int> , provided by the ByteListToBigInt extension