shake128 static method

String shake128(
  1. String text, {
  2. int bytes = 32,
})

Implementation

static String shake128(String text, {int bytes = 32}) => _toHex(_shake(_u8(text), 256, bytes));