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

Log2

Type Alias Log2 

Source
pub type Log2<A> = <A as Logarithm2>::Output;
Expand description

Alias for the associated type of Logarithm2: Log2<A> = <A as Logarithm2>::Output