openvm_native_recursion::hints

Trait VecAutoHintable

Source
pub trait VecAutoHintable { }
Expand description

Implement this on a type T that also implements Hintable<C: Config> so that Hintable<C> is auto implemented on Vec<T>

Implementations on Foreign Types§

Source§

impl VecAutoHintable for AdjacentOpenedValues<InnerChallenge>

Source§

impl VecAutoHintable for AirProofData<BabyBearPoseidon2Config>

Source§

impl VecAutoHintable for Proof<BabyBearPoseidon2Config>

Source§

impl VecAutoHintable for Vec<usize>

Source§

impl VecAutoHintable for Vec<AdjacentOpenedValues<InnerChallenge>>

Source§

impl VecAutoHintable for Vec<Vec<AdjacentOpenedValues<InnerChallenge>>>

Source§

impl VecAutoHintable for Vec<Vec<InnerChallenge>>

Source§

impl VecAutoHintable for Vec<InnerBatchOpening>

Source§

impl VecAutoHintable for Vec<InnerVal>

Implementors§