sha224Hash static method

String sha224Hash(
  1. String text
)

Implementation

static String sha224Hash(String text) => _toHex(_sha224(_u8(text)));