menu
u package
documentation
utils/u_encrypt.dart
UEncryption
keccak256Hash static method
keccak256Hash static method
dark_mode
light_mode
keccak256Hash
static method
String
keccak256Hash
(
String
text
)
Implementation
static String keccak256Hash(String text) => _toHex(_keccakLegacy(_u8(text), 256));
u package
documentation
utils/u_encrypt
UEncryption
keccak256Hash static method
UEncryption class