menu
e_imzo package
documentation
bin/gost_hash.dart
GostHash
hashGostString static method
hashGostString static method
dark_mode
light_mode
hashGostString
static method
String
hashGostString
(
String
text
)
Implementation
static String hashGostString(String text) => Hex.fromBytes(_hash(text.codeUnits));
e_imzo package
documentation
bin/gost_hash
GostHash
hashGostString static method
GostHash class