Skip to content

Releases: dedis/kyber

v3.1.0

30 Nov 09:17
199132f
Compare
Choose a tag to compare

What's Changed

  • Embedding G1 for the bn256 package by @ineiti in #475
  • update CI to allow PR from forked repo by @jbsv in #476
  • permission should run on all platforms by @jbsv in #478
  • Adds neff shuffling of sequences by @nkcr in #457

New Contributors

  • @jbsv made their first contribution in #476

Full Changelog: v3.0.14...v3.1.0

v3.0.14

23 Aug 14:59
44f07e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.13...v3.0.14

Pre-release of neff-shuffle-sequences

14 Dec 15:12
Compare
Choose a tag to compare
v3.1.0-alpha

Merge branch 'master' into feature/neff-shuffle-sequences

v3.0.13: Merge pull request #434 from dedis/schnorr_checks

17 Aug 12:29
e1b7eab
Compare
Choose a tag to compare

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

10 Oct 09:32
4820853
Compare
Choose a tag to compare
New randomStream struct to allow use of user-specified entropy source

v3.0.6: Merge pull request #393 from AdoAdoAdo/fix-arm64-mul

08 Oct 09:45
fb89417
Compare
Choose a tag to compare