Trait snarkvm_marlin::marlin::MarlinMode[][src]

pub trait MarlinMode: Clone {
    const RECURSION: bool;
}
Expand description

A trait to specify the Marlin mode.

Associated Constants

Specifies whether this is for a recursive proof of at least depth-1.

Implementors