mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-02-02 17:26:44 +01:00
BN254 and Grumpkin Poseidon configurations (#106)
* Add BN254 and Grumpkin Poseidon configurations * Remove unncecessary comment * Fix BN254 Poseidon config test * Correction * Update folding-schemes/src/transcript/poseidon/grumpkin.rs Co-authored-by: Pierre <pdaixmoreux@gmail.com> --------- Co-authored-by: Pierre <pdaixmoreux@gmail.com>
This commit is contained in:
@@ -78,14 +78,14 @@ mod tests {
|
||||
use super::kzg::{ProverKey, KZG};
|
||||
use super::pedersen::Pedersen;
|
||||
use crate::transcript::{
|
||||
poseidon::{poseidon_test_config, PoseidonTranscript},
|
||||
poseidon::{poseidon_canonical_config, PoseidonTranscript},
|
||||
Transcript,
|
||||
};
|
||||
|
||||
#[test]
|
||||
fn test_homomorphic_property_using_Commitment_trait() {
|
||||
let mut rng = &mut test_rng();
|
||||
let poseidon_config = poseidon_test_config::<Fr>();
|
||||
let poseidon_config = poseidon_canonical_config::<Fr>();
|
||||
let n: usize = 128;
|
||||
|
||||
// set random vector for the test
|
||||
|
||||
Reference in New Issue
Block a user