Type Definition crypto::hashes::ternary::kerl::bigint::binary_representation::U8Repr[][src]

type U8Repr = [u8; 48];
👎 Deprecated
This is supported on crate features ternary_hashes and kerl_deprecated_do_not_use only.

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

Trait Implementations

impl BinaryRepresentation for U8Repr[src]

type Inner = u8

👎 Deprecated

Inner representation type of the big integer.