menu
tenon_cli package
documentation
core.dart
CryptoExt
toSha1 method
toSha1 method
dark_mode
light_mode
toSha1
method
String
toSha1
(
)
Implementation
String toSha1() => hex.encode(sha1.convert(utf8.encode(this)).bytes);
tenon_cli package
documentation
core
CryptoExt
toSha1 method
CryptoExt extension on
String