arkworks-rs / groth16

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

Add and fix some documentations and a minor optimization #36

Closed lovesh closed 1 year ago

lovesh commented 2 years ago

Documentation updates

Minor optimization reducing the input size to an MSM

Signed-off-by: lovesh lovesh.bond@gmail.com

Pratyush commented 2 years ago

Could you add a CHANGELOG entry, and then we can merge this!

lovesh commented 2 years ago

@Pratyush Done.