Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Cube

Type Alias Cube 

Source
pub type Cube<A> = <Square<A> as Mul<A>>::Output;
Expand description

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