shake256 static method

String shake256(
  1. String text, {
  2. int bytes = 64,
})

Implementation

static String shake256(String text, {int bytes = 64}) => _toHex(_shake(_u8(text), 512, bytes));