sha512Hash static method

String sha512Hash(
  1. String text
)

Implementation

static String sha512Hash(String text) => _toHex(_sha512(_u8(text)));