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

👎 Deprecated:

bee-crypto will not be supported in future versions. You can use functions from iota-crypto instead.

Expand description

Ternary big integer utilities.

Re-exports

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

Modules

Binary representation of big integers.

endiannessDeprecated

Endianness markers for big integers.

errorDeprecated

Big integer errors.

i384Deprecated

This module contains signed integers encoded by 384 bits.

overflowing_addDeprecated

Extensions to overflowing_add.

split_integerDeprecated

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

t242Deprecated

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).

t243Deprecated

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).

u384Deprecated

This module contains unsigned integers encoded by 384 bits.