frost-core v0.5.0
natalieesk
released this
23 Jun 15:49
·
164 commits
to main
since this release
- expose SigningShare, VerifyingShare, NonceCommitment and SignatureResponse in ciphersuite libraries
- most structs now have a private field which mean that they can no longer be
instantiated directly.new()
methods have been added to them. - change
SigningPackage::new()
to take&[u8]P instead of
Vec` - add
serde
support underserde
feature to allow encoding structs which
need to be communicated between participants. - expand docs to show the overall structure and contents