Releases: DynamicalSystemsGroup/rid-lib
Releases · DynamicalSystemsGroup/rid-lib
Release list
v3.2.8
v3.2.7
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