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