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