static Uint8List simpleHash(Uint8List message, [int size = 256]) { return Uint8List.fromList(Blake2bHash.hashWithDigestSize(size, message)); }