Add more kzg validations

This commit is contained in:
Pawan Dhananjay
2022-11-29 16:04:16 +05:30
parent 0ed3f7474c
commit 8b56446b64
6 changed files with 67 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ pub enum Error {
KzgVerificationFailed(CKzgError),
InvalidLength(String),
KzgProofComputationFailed(CKzgError),
InvalidBlob(String),
}
/// A wrapper over a kzg library that holds the trusted setup parameters.