pub struct VerifierParamsSplitSpecific {
    pub secp256k1_cs: TurboVerifyCS,
    pub ed25519_cs: TurboVerifyCS,
    pub secp256k1_verifier_params: PlonkVK<KZGCommitmentSchemeBLS>,
    pub ed25519_verifier_params: PlonkVK<KZGCommitmentSchemeBLS>,
}
Expand description

The specific part of the verifier parameters.

Fields§

§secp256k1_cs: TurboVerifyCS

The shrunk version of the constraint system.

§ed25519_cs: TurboVerifyCS

The ed25519 shrunk version of the constraint system.

§secp256k1_verifier_params: PlonkVK<KZGCommitmentSchemeBLS>

The verifier parameters.

§ed25519_verifier_params: PlonkVK<KZGCommitmentSchemeBLS>

The ed25519 TurboPlonk verifying key.

Trait Implementations§

Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.