Type Definition crypto::ciphers::traits::consts::Exp

source ·
pub type Exp<A, B> = <A as Pow<B>>::Output;
Expand description

Alias for the associated type of Pow: Exp<A, B> = <A as Pow<B>>::Output