Expand description
Fixed-width balanced ternary word types.
Trit storage is little-endian: trit zero is the least-significant trit.
§Common types
Tribble— 3 trits, range -13 through +13Tryte/Word9— 9 trits, range -9,841 through +9,841Word27— 27 tritsWord54— 54 trits, used for extended-width arithmetic
Word is generic over its trit count, allowing ISA crates to use
widths such as Word<24> and Word<32> without adding more core types.
Structs§
- Word
- A fixed-width balanced ternary integer containing
Ntrits.
Enums§
- Word
Error - Errors returned by fixed-width ternary-word operations.
Traits§
- Checked
Div - Checked division supporting potentially different operand widths.