Skip to content
Snippets Groups Projects
Unverified Commit 88e99577 authored by Ryan Lehmkuhl's avatar Ryan Lehmkuhl Committed by GitHub
Browse files

Update src/sonic_pc/data_structures.rs

parent bfa84047
No related branches found
No related tags found
Loading
...@@ -8,7 +8,7 @@ use ark_ec::{PairingEngine, ProjectiveCurve}; ...@@ -8,7 +8,7 @@ use ark_ec::{PairingEngine, ProjectiveCurve};
pub type UniversalParams<E> = kzg10::UniversalParams<E>; pub type UniversalParams<E> = kzg10::UniversalParams<E>;
/// `Randomness` is the randomness for the KZG10 scheme. /// `Randomness` is the randomness for the KZG10 scheme.
pub type Randomness<E, P> = kzg10::Randomness<E, P>; pub type Randomness<F, P> = kzg10::Randomness<F, P>;
/// `Commitment` is the commitment for the KZG10 scheme. /// `Commitment` is the commitment for the KZG10 scheme.
pub type Commitment<E> = kzg10::Commitment<E>; pub type Commitment<E> = kzg10::Commitment<E>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment