arkworks-rs / groth16

A Rust implementation of the Groth16 zkSNARK
https://www.arkworks.rs
Apache License 2.0
242 stars 97 forks source link

Adds Absorb and AbsorbGadget impl for Groth Verification Key & Var #53

Closed MercysJest closed 8 months ago

MercysJest commented 8 months ago

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

MercysJest commented 8 months ago

This implementation is valid once the update to Absorb in https://github.com/arkworks-rs/crypto-primitives/pull/128 is merged.