Releases: BlockScience/rid-lib
Releases · BlockScience/rid-lib
v3.2.6
- moved from custom JSON normalization to JSON Canonicalization Scheme (JCS), vendor package implementation courtesy of https://github.com/cyberphone/json-canonicalization
- split up hash function into JSON and string hashing, for common reuse across both rid-lib and koi-net
- updated documentation, fixed typos
v3.2.5
v3.2.4
change log:
- bug fix: use utf-8 encoding to read from cache
- updated repr for RID and RIDType to reflect their types better
- updated sha256 hash json function to remove whitespace, matching JavaScript's JSON.stringify(), for future cross platform reproducibility