What's changed
- "Lean" client which is only dependent on the core hashing functionality (#138, #141)
a. This is a new crate akd_client
- Full serialization of public structs #133, #134, #137
- Cleaning up risky
unwrap()
calls within the lib to minimize panic!
risks #140
Full Changelog: v0.3.8...v0.4.0