Trait AlphaChallengeTerm

Source
pub trait AlphaChallengeTerm<'a>:
    Copy
    + Clone
    + Debug
    + PartialEq
    + Eq
    + Serialize
    + Deserialize<'a>
    + Display {
    const ALPHA: Self;
}
Expand description

The Challenge term that contains an alpha. Is used to make a random linear combination of constraints

Required Associated Constants§

Source

const ALPHA: Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'a> AlphaChallengeTerm<'a> for BerkeleyChallengeTerm

Source§

const ALPHA: Self = Self::Alpha