Docs.rs
miden-precompiles-0.32.0
miden-precompiles 0.32.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
04 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
bobbinth
Dependencies
miden-core ^0.32
normal
miden-crypto ^0.32
normal
ruint ^1.18
normal
Versions
79.13%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Limbs
miden_
precompiles
0.32.0
miden_precompiles
Type Alias
Limbs
Copy item path
Source
pub type Limbs = [
u32
;
8
];
Expand description
Little-endian 256-bit value represented as eight
u32
limbs.