menu
blockchain_utils package
documentation
crypto/quick_crypto.dart
QuickCrypto
twoX128 static method
twoX128 static method
dark_mode
light_mode
twoX128
static method
List
<
int
>
twoX128
(
List
<
int
>
data
)
Implementation
static List<int> twoX128(List<int> data) { return _xxHash(data, twoX128DigestSize); }
blockchain_utils package
documentation
crypto/quick_crypto
QuickCrypto
twoX128 static method
QuickCrypto class