Expand description
§OpenVM Uint Fork
Modules§
- algorithms
- ⚠️ Collection of bignum algorithms.
- aliases
- Type aliases for common bit sizes of
UintandBits. - support
- Support for external crates.
Macros§
- const_
for - Compile time for loops with a
constvariable for testing. - uint
- The
uint!macro forUintandBitsliterals
Structs§
- Bits
- A newtype wrapper around
Uintthat restricts operations to those relevant for bit arrays. - Uint
- The ring of numbers modulo $2^{\mathtt{BITS}}$.
Enums§
- Base
Convert Error - Error for
from_base_leandfrom_base_be. - From
Uint Error - Error for
TryFrom<Uint>. - Parse
Error - Error for
from_str_radix. - ToField
Error - Error for
TryFrom<Uint>forark_ffand others. - ToUint
Error - Error for
TryFrom<T>forUint.
Traits§
- Uint
TryFrom - ⚠️ Workaround for Rust issue #50133.
Use
TryFrominstead. - Uint
TryTo - ⚠️ Workaround for Rust issue #50133.
Use
TryFrominstead.