Type Alias zkevm_circuits::root_circuit::Gwc

source ·
pub type Gwc<M> = KzgAs<M, Gwc19>;
Expand description

KZG accumulation scheme with GWC19 multiopen.

Aliased Type§

struct Gwc<M>(/* private fields */);