toSH1 method

String toSH1()

转换成SH1

Implementation

String toSH1() => sha1.convert(utf8.encode(this)).toString();