add aPlonK
Compare changes
- STEVAN Antoine authored
this is the responsibility of the fec module.
+ 1
− 67
@@ -380,13 +380,7 @@ where
@@ -522,39 +516,6 @@ mod tests {
@@ -599,31 +560,4 @@ mod tests {
this adds the aPlonK cryptographic method alongside Semi-AVID and KZG+.
aplonk
:
algebra
module is compiled when either kzg
or aplonk
features are enabledalgebra::scalar_product_polynomial
compiles only with kzg
algebra::*
functions compile with aplonk
u32_to_u8_vec
has been moved to new conversions
module which compiles when either kzg
or aplonk
features are enabledaplonk
module which compiles only when the aplonk
feature is enabled
Block
Commitment
SetupParams
VerifierKey
setup
commit
prove
verify
ipa::Params
ipa::Proof
ipa::prove
ipa::verify
polynomial::compute_g
transcript::initialize
transcript::reset
transcript::hash
this is the responsibility of the fec module.