Skip to content

Commit

Permalink
Update errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisPapac authored Oct 10, 2023
1 parent 671100f commit a1b369d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modified_scrape/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ pub enum PVSSError<E: PairingEngine> {
EdDSAInvalidSignatureError,
#[error("EdDSA batch of signatures is invalid")]
EdDSAInvalidSignatureBatchError,
#[error("NIZK proof does not verify")]
NIZKProofDoesNotVerifyError,


#[error("Ratio incorrect")]
Expand Down

0 comments on commit a1b369d

Please sign in to comment.