hex static method
One-shot convenience for small inputs.
Implementation
static String hex(UHashAlgorithm algorithm, List<int> data) => (UHasher(algorithm)..add(data)).closeHex();
One-shot convenience for small inputs.
static String hex(UHashAlgorithm algorithm, List<int> data) => (UHasher(algorithm)..add(data)).closeHex();