copyAsBigInteger method

  1. @override
BigInt copyAsBigInteger()
inherited

Copy this hash value as a Big Integer.

Implementation

@override
BigInt copyAsBigInteger() => CryptoUtils.bytesToBigInt(copyAsBytes());