Releases: drand/kyber
Releases · drand/kyber
v1.3.0
What's Changed
- Fix MinimumT everywhere by @AnomalRoil in #51
- fixed nil check on nodes in DKG by @CluEleSsUK in #54
- bounds check comparing polynomials by @CluEleSsUK in #56
- pairing: Adds support for BLS12381 using CIRCL library by @armfazh in #49
- Add Support for signatures on the G2 curve for BDN by @matejpavlovic in #53
- Add BN254 by @kevincharm in #55
- Updated all dependencies.
New Contributors
- @armfazh made their first contribution in #49
- @matejpavlovic made their first contribution in #53
- @kevincharm made their first contribution in #55
Full Changelog: v1.2.0...v1.3.0
v1.1.18
What's Changed
- use correct threshold in dkg by @nikkolasg in #45
- Updating dependencies by @AnomalRoil in #47
Full Changelog: v1.1.17...v1.1.18
v1.1.17
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
What's Changed since v1.1.11
- Github Actions integration to replace circle ci by @CluEleSsUK in #30
- Adding capability for hashing scalars by @nikkolasg in #33
- Consume IBE hash function from the suite by @CluEleSsUK in #34
- Fix IBE hash endianness by @AnomalRoil in #35
- fixing test for race condition in status by @nikkolasg in #36
- IBE unit test for tlock typescript compat by @CluEleSsUK in #37
- Fix/eviction by @nikkolasg in #39
- Updating deps by @AnomalRoil in #40
Full Changelog: v1.1.11...v1.1.15
v1.1.11: Identity-based encryption features to support timelock encryption (#28)
Support for timelock encryption using identity based encryption
v1.1.10
Bugfix release for logging.
Remove assumption on consecutive indicies + logging feature
better logging (#26) * better logging * rename
Improved state transition and debugging
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
add constraint on number of complaints (#17) * add constraint on number of complaints * removed printing
Security Issues + Strengthened API
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