md4Hash static method

String md4Hash(
  1. String text
)

Implementation

static String md4Hash(String text) => _toHex(_md4(_u8(text)));