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