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

👎 Deprecated:

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

Expand description

This module contains unsigned integers encoded by 384 bits.

Structs

BE_U32_HALF_MAXDeprecated

U384 big-endian u32 represented half of maximum value.

U384 big-endian u32 represented half of T242 maximum value.

LE_U32_HALF_MAXDeprecated

U384 little-endian u32 represented half of maximum value.

U384 little-endian u32 represented half of T242 maximum value.

LE_U32_MAX_T242Deprecated

U384 little-endian u32 represented T242 maximum value.

U384 little-endian u32 represented -half of T242 maximum value.

U384 little-endian u32 represented T243 with only last trit set to 1.

U384Deprecated

A big integer encoding an unsigned integer with 384 bits.

Constants

BE_U8_0Deprecated

U384 big-endian u8 represented 0.

BE_U8_1Deprecated

U384 big-endian u8 represented 1.

BE_U8_2Deprecated

U384 big-endian u8 represented 2.

BE_U8_MAXDeprecated

U384 big-endian u8 represented maximum value.

BE_U32_0Deprecated

U384 big-endian u32 represented 0.

BE_U32_1Deprecated

U384 big-endian u32 represented 1.

BE_U32_2Deprecated

U384 big-endian u32 represented 2.

BE_U32_MAXDeprecated

U384 big-endian u32 represented maximum value.

LE_U8_0Deprecated

U384 little-endian u8 represented 0.

LE_U8_1Deprecated

U384 little-endian u8 represented 1.

LE_U8_2Deprecated

U384 little-endian u8 represented 2.

LE_U8_MAXDeprecated

U384 little-endian u8 represented maximum value.

LE_U32_0Deprecated

U384 little-endian u32 represented 0.

LE_U32_1Deprecated

U384 little-endian u32 represented 1.

LE_U32_2Deprecated

U384 little-endian u32 represented 2.

LE_U32_MAXDeprecated

U384 little-endian u32 represented maximum value.