Skip to content

Commit

Permalink
Update poseidon2_instance.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue authored Feb 10, 2024
1 parent f350d42 commit 8e91d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/utils/poseidon2_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use p3_field::AbstractField;
lazy_static! {
// These constants are created by a RNG.

// This will be compatible with a poseidon2 permutation of
// This will be compatible with a poseidon2 permutation config with
// a state width of 16 and total rounds (both full and partial) of 30.
pub static ref RC_16_30: [[BabyBear; 16]; 30] = [
[
Expand Down

0 comments on commit 8e91d6f

Please sign in to comment.