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

type U8Repr = [u8; 48];

The inner representation of an U384/I384 using BINARY_LEN_IN_U8 u8s.

Trait Implementations

impl BinaryRepresentation for U8Repr[src]

type Inner = u8

Inner representation type of the big integer.