Expand description
§OpenVM Uint Fork
Modules§
- algorithms
- ⚠️ Collection of bignum algorithms.
- aliases
- Type aliases for common bit sizes of
Uint
andBits
. - support
- Support for external crates.
Macros§
- const_
for - Compile time for loops with a
const
variable for testing. - uint
- The
uint!
macro forUint
andBits
literals
Structs§
- Bits
- A newtype wrapper around
Uint
that 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_le
andfrom_base_be
. - From
Uint Error - Error for
TryFrom<Uint>
. - Parse
Error - Error for
from_str_radix
. - ToField
Error - Error for
TryFrom<Uint>
forark_ff
and others. - ToUint
Error - Error for
TryFrom<T>
forUint
.
Traits§
- Uint
TryFrom - ⚠️ Workaround for Rust issue #50133.
Use
TryFrom
instead. - Uint
TryTo - ⚠️ Workaround for Rust issue #50133.
Use
TryFrom
instead.