Skip to content

Releases: dedis/kyber

v4.0.2

Choose a tag to compare

@jbsv jbsv released this 14 Apr 11:36
3194be0

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

Choose a tag to compare

@thehoul thehoul released this 09 Mar 11:22
cfa14be

What's Changed

Major Changes

Minor Changes

Full Changelog: v3.1.1...v4.0.1

v3.1.0

Choose a tag to compare

@nkcr nkcr released this 30 Nov 09:17
199132f

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

Choose a tag to compare

@nkcr nkcr released this 23 Aug 14:59
44f07e3

What's Changed

New Contributors

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

Pre-release of neff-shuffle-sequences

Choose a tag to compare

@nkcr nkcr released this 14 Dec 15:12
v3.1.0-alpha

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

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

Choose a tag to compare

@jeffallen jeffallen released this 17 Aug 12:29
e1b7eab

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

Choose a tag to compare

@jeffallen jeffallen released this 10 Oct 09:32
4820853
New randomStream struct to allow use of user-specified entropy source

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

Choose a tag to compare

@jeffallen jeffallen released this 08 Oct 09:45
fb89417
Fix multiplication for bn256 arm64