Type Definition crypto::ciphers::traits::consts::Square

source ·
pub type Square<A> = <A as Mul<A>>::Output;
Expand description

Alias to make it easy to square. Square<A> = <A as Mul<A>>::Output