Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make KzgDecidingKey fields public (#56)
Fixes #55. This commit enables users to re-use more of snark-verifier code when implementing impl AccumulationDecider<_, MyLoader> for KzgAs<_, _> in order to define their own Loader and make it work with KZG10. The field `svk` was already exported through `impl AsRef<KzgSuccinctVerifyingKey<M::G1Affine>>`, but this commit additionally defines it as `pub` for consistency with `g2` and `s_g2` fields.
- Loading branch information