asBigInteger method

  1. @override
BigInt asBigInteger()
inherited

The hash value as a Big Integer.

Implementation

@override
BigInt asBigInteger() => CryptoUtils.bytesToBigInt(asBytes());