[][src]Module bee_crypto::ternary::bigint::binary_representation

Binary representation of big integers.

Constants

BINARY_LEN

The number of bits in an U384/I384.

BINARY_LEN_IN_U8

The number of u8s in an U384/I384.

BINARY_LEN_IN_U32

The number of u32s in an U384/I384.

Traits

BinaryRepresentation

Binary representation of a big integer.

Type Definitions

U8Repr

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

U32Repr

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