Type Alias digest::consts::U0

source ·
pub type U0 = UTerm;

Aliased Type§

struct U0;

Trait Implementations§

source§

impl<X> Gcd<UTerm> for Xwhere X: Unsigned + NonZero,

gcd(x, 0) = x

§

type Output = X

The greatest common divisor.