Skip to content

Releases: drand/kyber

v1.3.0

18 Mar 14:53
v1.3.0
54d4f93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.1.18

08 Feb 15:32
v1.1.18
75d37a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.17...v1.1.18

v1.1.17

09 Dec 19:23
f864ea9
Compare
Choose a tag to compare

What's Changed

  • fixed bug where closing a channel mid-DKG causes an infinite loop by

Full Changelog: v1.1.16...v1.1.17

v1.1.15

06 Sep 13:08
v1.1.15
9b6e107
Compare
Choose a tag to compare

What's Changed since v1.1.11

Full Changelog: v1.1.11...v1.1.15

v1.1.11: Identity-based encryption features to support timelock encryption (#28)

05 Jul 09:54
0482f4b
Compare
Choose a tag to compare

Support for timelock encryption using identity based encryption

v1.1.10

25 Feb 17:24
a60ddc0
Compare
Choose a tag to compare

Bugfix release for logging.

Remove assumption on consecutive indicies + logging feature

10 Jan 18:58
be0590a
Compare
Choose a tag to compare
better logging (#26)

* better logging

* rename

Improved state transition and debugging

10 Dec 18:57
0c3784c
Compare
Choose a tag to compare
DKG Safer transition of phases (#22)

* better transition

* further cleaning up

* comment on phase sync

* test with one absent node

* allowing new nodes to transition

Added constraint on number of complaints

23 Jun 17:40
d63cace
Compare
Choose a tag to compare
add constraint on number of complaints (#17)

* add constraint on number of complaints

* removed printing

Security Issues + Strengthened API

12 Jun 17:01
v1.1.0
d2b3307
Compare
Choose a tag to compare
Fix DKG security issues & better API

* Fix eviction of other nodes in DKG
* Mandatory authentication for DKG
* Unified structs (no more AuthDealBundle)
* Unified & more tests