Skip to content

Releases: ZcashFoundation/frost

frost-ed25519 v0.5.0

23 Jun 15:55
ad636e8
Compare
Choose a tag to compare
Release v0.5.0 (#413)

* Update version numbers to v0.5.0 (#412)

* Update changelog for release v0.5.0 (#412)

* Bump frost-core versions to v0.5.0 in ciphersuites (#412)

frost-core v0.5.0

23 Jun 15:49
ad636e8
Compare
Choose a tag to compare
  • 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 under serde feature to allow encoding structs which
    need to be communicated between participants.
  • expand docs to show the overall structure and contents

frost-secp256k1 v0.4.0

05 Jun 15:01
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-ristretto255 v0.4.0

05 Jun 15:01
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-rerandomized v0.4.0

05 Jun 15:02
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-p256 v0.4.0

05 Jun 15:02
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-ed448 v0.4.0

05 Jun 15:00
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-ed25519 v0.4.0

05 Jun 15:02
a6886e4
Compare
Choose a tag to compare
Release v0.4.0 (#378)

* Update crate version to v0.4.0 (#377)

* Update changelog (#377)

* Update frost-core version in ciphersuites (#377)

frost-core v0.4.0

05 Jun 14:52
a6886e4
Compare
Choose a tag to compare
  • add serialize and deserialize functions for VerifiableSecretSharingCommitment
  • add value, serialize and deserialize functions for CoefficientCommitment

frost-secp256k1 v0.3.0

23 May 22:18
635cebc
Compare
Choose a tag to compare
Update CHANGELOG.md for release v0.3.0 (#358)

Co-authored-by: conrado <conrado@zfnd.org>