Docs.rs
sp1-sdk-5.2.2
sp1-sdk 5.2.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mattstam
jtguibas
nhtyy
Dependencies
alloy-primitives ^1.0
normal
optional
alloy-signer ^1.0
normal
optional
alloy-signer-aws ^1.0
normal
optional
alloy-signer-local ^1.0
normal
optional
alloy-sol-types ^1.0
normal
anyhow ^1.0.83
normal
async-trait ^0.1.81
normal
aws-config ^1.5.3
normal
aws-sdk-kms ^1.77.0
normal
backoff ^0.4
normal
optional
bincode ^1.3.3
normal
cfg-if ^1.0
normal
dirs ^5.0.1
normal
eventsource-stream ^0.2.0
normal
futures ^0.3.30
normal
hashbrown ^0.14.5
normal
hex ^0.4.3
normal
indicatif ^0.17.8
normal
itertools ^0.13.0
normal
k256 ^0.13.3
normal
p3-baby-bear =0.2.3-succinct
normal
p3-field =0.2.3-succinct
normal
p3-fri =0.2.3-succinct
normal
prost ^0.13
normal
optional
reqwest ^0.12.12
normal
optional
reqwest-middleware ^0.3.2
normal
optional
rustls ^0.23.27
normal
serde ^1.0.204
normal
serde_json ^1.0.132
normal
sp1-build ^5.2.2
normal
sp1-core-executor ^5.2.2
normal
sp1-core-machine ^5.2.2
normal
sp1-cuda ^5.2.2
normal
sp1-primitives ^5.2.2
normal
sp1-prover ^5.2.2
normal
sp1-stark ^5.2.2
normal
strum ^0.26.3
normal
strum_macros ^0.26.4
normal
sysinfo ^0.30.13
normal
tempfile ^3.10.1
normal
thiserror ^1.0.63
normal
tokio ^1.44.2
normal
optional
tonic ^0.12
normal
optional
tracing ^0.1.40
normal
twirp-rs ^0.13.0-succinct
normal
optional
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Module cpu
sp1_sdk
5.2.2
Module cpu
Sections
SP1 CPU Prover
Module Items
Modules
Structs
In crate sp1_
sdk
sp1_sdk
Module
cpu
Copy item path
Source
Expand description
§
SP1 CPU Prover
A prover that uses the CPU to execute and prove programs.
Modules
§
builder
CPU Prover Builder
execute
CPU Execution
prove
CPU Proving
Structs
§
CpuProver
A prover that uses the CPU to execute and prove programs.