Skip to content

Commit

Permalink
Add derserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
EkamSinghPandher authored and EkamSinghPandher committed Jun 28, 2024
1 parent baca38b commit 0c351fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/plonk/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl GenericConfig<2> for PoseidonGoldilocksConfig {
}

/// Configuration using Poseidon over the Goldilocks field.
#[derive(Debug, Copy, Clone, Eq, PartialEq, Serialize)]
#[derive(Debug, Copy, Clone, Eq, PartialEq, Serialize, Deserialize)]
pub struct Poseidon2GoldilocksConfig;
impl GenericConfig<2> for Poseidon2GoldilocksConfig {
type F = GoldilocksField;
Expand Down

0 comments on commit 0c351fe

Please sign in to comment.