[][src]Type Definition bee_crypto::ternary::bigint::binary_representation::U32Repr

type U32Repr = [u32; 12];

The inner representation of an U384/I384 using BINARY_LEN_IN_U32 u32s.

Trait Implementations

impl BinaryRepresentation for U32Repr[src]

type Inner = u32

Inner representation type of the big integer.