Skip to content

Commit

Permalink
add no_std back to the prover
Browse files Browse the repository at this point in the history
  • Loading branch information
gswirski committed Nov 24, 2024
1 parent 30cac37 commit d8ae13f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
//! also depends on the capabilities of the machine used to generate the proofs (i.e. on number
//! of CPU cores and memory bandwidth).
#![no_std]

#[macro_use]
extern crate alloc;

Expand Down

0 comments on commit d8ae13f

Please sign in to comment.