ugly utils

This commit is contained in:
Pawan Dhananjay
2022-11-22 01:58:21 +05:30
committed by realbigsean
parent e8b5f311aa
commit 902055f295
5 changed files with 57 additions and 16 deletions

View File

@@ -24,6 +24,7 @@ pub enum Error {
KzgProofComputationFailed(CKzgError),
}
/// A wrapper over a kzg library that holds the trusted setup parameters.
pub struct Kzg {
trusted_setup: KZGSettings,
}