Struct noah_api::setup::VerifierParamsSplitCommon
source · pub struct VerifierParamsSplitCommon {
pub pcs: KZGCommitmentSchemeBLS,
}Expand description
The common part of the verifier parameters.
Fields§
§pcs: KZGCommitmentSchemeBLSThe shrunk version of the polynomial commitment scheme.
Trait Implementations§
source§impl<'de> Deserialize<'de> for VerifierParamsSplitCommon
impl<'de> Deserialize<'de> for VerifierParamsSplitCommon
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more