Skip to content

Commit

Permalink
Use reduction_count=2 in sha256 example. (#638)
Browse files Browse the repository at this point in the history
Co-authored-by: porcuquine <porcuquine@users.noreply.github.com>
  • Loading branch information
porcuquine and porcuquine authored Sep 12, 2023
1 parent 0bfa5bf commit fc9156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sha256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use sha2::{Digest, Sha256};
use tracing_subscriber::{fmt, prelude::*, EnvFilter, Registry};
use tracing_texray::TeXRayLayer;

const REDUCTION_COUNT: usize = 10;
const REDUCTION_COUNT: usize = 2;

#[derive(Clone, Debug, Serialize, Deserialize)]
pub(crate) struct Sha256Coprocessor<F: LurkField> {
Expand Down

0 comments on commit fc9156d

Please sign in to comment.