pub trait SNARKMode: 'static + Copy + Clone + Debug + PartialEq + Eq + Sync + Send {
    const ZK: bool;
}
Expand description

A trait to specify the SNARK mode.

Required Associated Constants§

source

const ZK: bool

Object Safety§

This trait is not object safe.

Implementors§