Releases: dedis/kyber
Releases · dedis/kyber
v3.1.0
v3.0.14
What's Changed
- Upgrade to Go 1.15 by @jeffallen in #437
- Add deprecation warning by @jeffallen in #438
- Add go.mod usage example to front page by @jeffallen in #449
- Fix a bug in method: String() of PriShare by @seafooler in #459
- Kyber Documentation by @parinayc20 in #461
- security fix: any participant could disable DKG by @vibs29 in #464
- Replaces Travis with Github Action by @nkcr in #465
- Pedersen: Fixes Responses not sent while resharing by @nkcr in #471
New Contributors
- @seafooler made their first contribution in #459
- @parinayc20 made their first contribution in #461
- @vibs29 made their first contribution in #464
Full Changelog: v3.0.13...v3.0.14
Pre-release of neff-shuffle-sequences
v3.1.0-alpha Merge branch 'master' into feature/neff-shuffle-sequences
v3.0.13: Merge pull request #434 from dedis/schnorr_checks
This release fixes the following issues:
- Malleable signatures with weak keys: #311, #426, #431. Thank you to David Cerezo @calctopian for his assistance identifying the problem and proposing solutions.
- Fix G2 negation (#424). Thanks to Ian Goldberg.
- Improvements to documents and examples.
Users are strongly encouraged to upgrade to this version because of the risk of accepting modified signatures as authentic. We have not detected any examples of weak keys in production use on the public Cothority ByzCoin blockchain. You should check your own application's public keys carefully before upgrading to this version of Kyber, as some signatures previously accepted, but subject to malleability due to the small order of the public key, will now be rejected.
v3.0.7: Merge pull request #391 from PizzaWhisperer/rand
New randomStream struct to allow use of user-specified entropy source
v3.0.6: Merge pull request #393 from AdoAdoAdo/fix-arm64-mul
Fix multiplication for bn256 arm64