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

Ternary big integer utilities.

Re-exports

pub use i384::I384;
pub use t242::T242;
pub use t243::T243;
pub use u384::U384;

Modules

binary_representation

Binary representation of big integers.

endianness

Endianness markers for big integers.

error

Big integer errors.

i384

This module contains signed integers encoded by 384 bits.

overflowing_add

Extensions to overflowing_add.

split_integer

Split integers to access the high and low parts of an integer.

t242

This module contains logic to convert an integer encoded by 242 trits to the same integer encoded by 384 bits (or 48 signed bytes, i8).

t243

This module contains logic to convert an integer encoded by 243 trits to the same integer encoded by 384 bits (or 48 signed bytes, i8).

u384

This module contains unsigned integers encoded by 384 bits.