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