[][src]Trait curv_kzen::arithmetic::traits::EGCD

pub trait EGCD where
    Self: Sized
{ fn egcd(a: &Self, b: &Self) -> (Self, Self, Self); }

Required methods

fn egcd(a: &Self, b: &Self) -> (Self, Self, Self)

Loading content...

Implementations on Foreign Types

impl EGCD for Mpz[src]

Loading content...

Implementors

Loading content...