Trait nbez::OrderStatic [] [src]

pub trait OrderStatic {
    fn order_static() -> usize;
}

Trait to mark curves that have order known at compiletime.

Required Methods

fn order_static() -> usize

Gets the compiletime-known curve order.

Implementors