[]Type Definition librelic::prelude::blake2::crypto_mac::generic_array::typenum::operator_aliases::Cube

type Cube<A> = <<A as Mul<A>>::Output as Mul<A>>::Output;

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