Uint8List getSHA512256(Uint8List input) { final hash = sha512256.convert(input); return hash.bytes.toUint8List(); }