sha384Hash static method

String sha384Hash(
  1. String text
)

Implementation

static String sha384Hash(String text) => _toHex(_sha384(_u8(text)));