sm3Hash static method

String sm3Hash(
  1. String text
)

Implementation

static String sm3Hash(String text) => _toHex(_sm3(_u8(text)));