Skip to content

Releases: ZcashFoundation/frost

frost-secp256k1 v2.1.0

15 Jan 16:47
94dba95
Compare
Choose a tag to compare
frost-secp256k1/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-secp256k1-tr v2.1.0

15 Jan 16:47
94dba95
Compare
Choose a tag to compare
frost-secp256k1-tr/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-ristretto255 v2.1.0

15 Jan 16:47
94dba95
Compare
Choose a tag to compare
frost-ristretto255/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-rerandomized v2.0.0

15 Jan 16:39
94dba95
Compare
Choose a tag to compare
frost-rerandomized/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-p256 v2.1.0

15 Jan 16:45
94dba95
Compare
Choose a tag to compare
frost-p256/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-ed448 v2.1.0

15 Jan 16:47
94dba95
Compare
Choose a tag to compare
frost-ed448/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-ed25519 v2.1.0

15 Jan 16:47
94dba95
Compare
Choose a tag to compare
frost-ed25519/v2.1.0

frost-core: fix visibility of coefficients() (#842)

frost-core v2.1.0

15 Jan 16:37
94dba95
Compare
Choose a tag to compare
  • It is now possible to identify the culprit in frost_core::keys::dkg::part3()
    if an invalid secret share was sent by one of the participants (by calling
    frost_core::Error<C>::culprit()) (#728)
  • Added frost-secp256k1-tr crate, allowing to generate Bitcoin Taproot
    (BIP340/BIP341) compatible signatures (#730).
  • Support refreshing shares using the DKG approach using the
    frost_core::keys::refresh::refresh_dkg_{part1,part2,shares}() functions
    (#766).
  • frost_core::keys::dkg::part{1,2}::SecretPackage are now serializable (#833).

Full Changelog: frost-core/v2.0.0...frost-core/v2.1.0

frost-secp256k1 v2.0.0

23 Oct 13:46
2d88edf
Compare
Choose a tag to compare
Expose to_element() for GroupCommitment (#757)

* Expose to_element() for GroupCommitment

* Update to_element() for GroupCommitment to pub(crate)

Co-authored-by: Conrado Gouvea <[email protected]>

frost-ristretto255 v2.0.0

23 Oct 13:46
2d88edf
Compare
Choose a tag to compare
Expose to_element() for GroupCommitment (#757)

* Expose to_element() for GroupCommitment

* Update to_element() for GroupCommitment to pub(crate)

Co-authored-by: Conrado Gouvea <[email protected]>