-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
In the Key generation stage of the protocol, the keys from every trustee seem to be unverified. This is an extract of the python Bulletin Board code:
Line 79 in 6456923
| # TO-DO: verify keys? |
Line 127 in 6456923
| # TO-DO: check verifications? |
Although this might not be critical, we should decide to verify or not to verify.