Skip to content

Tags: drand/kyber

Tags

v1.1.10

Toggle v1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing logs (#27)

Make sure we are providing an even number of key & values to the logger expecting them.

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
better logging (#26)

* better logging

* rename

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Basic Logging capability for DKG (#24)

* logging infra

* removed compilation error

* adding log when sending deals

* key value logs

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
switch to stable slice because it's not buggy in sorting deals & resp…

…onses (#23)

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to latest bls12-381 (#21)

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix eviction of absent participant (#20)

* test + correction on fast sync

* removing useless test

* adapted to general case

* better function name

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fast pairing verification for bls (#19)

* fast pairing verification for bls

* correct impl for bn256

* updated kyber bls12381

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat/broadcast (#18)

* Verification of subgroup element for schnorr sigs

When using a non prime order group over an elliptic curve, a point of
the curve can belong to the correct curve but not necessarily to the correct
prime order subgroup subgroup. That commits additionally ensures that this is
the case with the given point if the functionality allows for it.
The scalar must be checked as well that it is in the right range, but currently
group/mod is used which automatically checks that property.

* Outsource the verification of a DKG packet

DKG packets can now be verified _before_ they are passed to the internal
protocol if the option is specified. That allows to preprocess the packet before
passing them to the application if a given packet needs to be rebroadcasted,
which is the case for broadcast protocol.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add constraint on number of complaints (#17)

* add constraint on number of complaints

* removed printing