sha512 method

  1. @override
Future<String> sha512()
override

Implementation

@override
sha512() => _convert(crypto.sha512);