sha512256Hash static method

String sha512256Hash(
  1. String text
)

Implementation

static String sha512256Hash(String text) => _toHex(_sha512t256(_u8(text)));