Skip to content

Commit

Permalink
Merge pull request anoma#51 from nucypher/ferveo-pss
Browse files Browse the repository at this point in the history
Integrate PSS from `tpke` crate with `ferveo` crate
  • Loading branch information
piotr-roslaniec authored Feb 22, 2023
2 parents 6022f00 + 4a99cac commit 23955a9
Show file tree
Hide file tree
Showing 11 changed files with 700 additions and 362 deletions.
2 changes: 1 addition & 1 deletion ferveo/src/dkg/pv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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

0 comments on commit 23955a9

Please sign in to comment.