Trait FFElem

Source
pub trait FFElem:
    ZZElem
    + Div<Output = Self>
    + DivAssign {
    // Provided method
    fn inv(self) -> Self { ... }
}
Expand description

有限体$\mathbb{F}_p$の元

Provided Methods§

Source

fn inv(self) -> Self

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§