Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate PSS from tpke crate with ferveo crate #51

Merged
merged 9 commits into from
Feb 22, 2023
2 changes: 1 addition & 1 deletion ferveo/src/dkg/pv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub struct PubliclyVerifiableDkg<E: PairingEngine> {
impl<E: PairingEngine> PubliclyVerifiableDkg<E> {
/// Create a new DKG context to participate in the DKG
/// Every identity in the DKG is linked to an ed25519 public key;
/// `validatorst`: List of validators
/// `validators`: List of validators
/// `params` contains the parameters of the DKG such as number of shares
/// `me` the validator creating this instance
/// `session_keypair` the keypair for `me`
Expand Down
Loading