Skip to content

Commit

Permalink
fast compressor v25
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemka374 committed Jan 27, 2025
1 parent 092b199 commit 85e406d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/crates/lib/prover_fri_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub mod queue;
pub const MAX_COMPRESSION_CIRCUITS: u8 = 5;

// THESE VALUES SHOULD BE UPDATED ON ANY PROTOCOL UPGRADE OF PROVERS
pub const PROVER_PROTOCOL_VERSION: ProtocolVersionId = ProtocolVersionId::Version26;
pub const PROVER_PROTOCOL_VERSION: ProtocolVersionId = ProtocolVersionId::Version25;
pub const PROVER_PROTOCOL_PATCH: VersionPatch = VersionPatch(0);
pub const PROVER_PROTOCOL_SEMANTIC_VERSION: ProtocolSemanticVersion = ProtocolSemanticVersion {
minor: PROVER_PROTOCOL_VERSION,
Expand Down

0 comments on commit 85e406d

Please sign in to comment.