halo2curves_axiom::ed25519

Trait TwistedEdwardsCurveExt

Source
pub trait TwistedEdwardsCurveExt: CurveExt {
    // Required methods
    fn a() -> <Self as CurveExt>::Base;
    fn d() -> <Self as CurveExt>::Base;
}

Required Methods§

Source

fn a() -> <Self as CurveExt>::Base

Source

fn d() -> <Self as CurveExt>::Base

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§