wallet/hashing library

Functions

crc32Add(Uint8List buf) Uint8List
Prepend a big-endian CRC32 checksum.
crc32Del(Uint8List buf) Uint8List
Given an account address with a prepended big-endian CRC32 checksum, verify the checksum and remove it.
hashKeyValue(dynamic key, dynamic val) Uint8List
hashOfMap(Map map) Uint8List
httpCanisterUpdateId(Map update) Uint8List
httpCanisterUpdateRepresentationIndependentHash(Map update) Uint8List
httpReadStateRepresentationIndependentHash(Map readState) Uint8List
makeReadStateFromUpdate(Map update) Map<String, dynamic>
makeSignatureData(Uint8List messageId) Uint8List
sha256Chunks(List chunks) Uint8List