- Fix missing macros in
katex-header.html
(only affects rendered docs) #122
- Update
katex-header.html
injected into docs #121
- BREAKING: use
hd-wallet
crate for HD support instead ofslip-10
#115 - BREAKING: rename
hd-wallets
feature intohd-wallet
#115 - Update
key-share
to v0.5 - Update
cggmp21-keygen
to v0.4
- Update links in the documentation and crate settings after moving the repo #113
- Take advantage of
#[udigest(as = ...)]
attribute #106
- security fix: derive challenges for zero-knowledge proof unambiguously
- Update
udigest
to v0.2 - Update
generic-ec
to v0.4 - Update
slip-10
to v0.4
- Provide sync API to carry out provided protocols #100
- Update
round-based
dep tov0.3
#100 - Update
generic-ec
,slip-10
,paillier-zk
deps to latest version #101 - Optimize key share verification and signing using new features of
generic-ec
#101
- Bump key-share to
^0.2.3
#99
- Add support of HD wallets compatible with BIP-32 and SLIP-10 #68, #74, #75
- Restructure the library: move reusable structs and functionalities into separate sub-crates #72, #76, #77, #79
- Move public info of the key share into separate struct
KeyInfo
#80 - Prohibit key shares with zero secret share or secret key #82
- Add specs and audit report #70, #85
Minor release fixing docs compilation issues in #69.
Initial release