sha224 function

String sha224(
  1. Uint8List bytes
)

Implementation

String sha224(Uint8List bytes) {
  return std_std.sha224(bytes);
}