menu
u package
documentation
utils/u_encrypt.dart
UEncryption
shake128 static method
shake128 static method
dark_mode
light_mode
shake128
static method
String
shake128
(
String
text
, {
int
bytes
=
32
,
})
Implementation
static String shake128(String text, {int bytes = 32}) => _toHex(_shake(_u8(text), 256, bytes));
u package
documentation
utils/u_encrypt
UEncryption
shake128 static method
UEncryption class