sha1Hash static method

String sha1Hash(
  1. String text
)

Implementation

static String sha1Hash(String text) => _toHex(_sha1(_u8(text)));