nim-groth16/groth16/prover.nim

16 lines
275 B
Nim

#
# Groth16 prover
#
# WARNING!
# the points H in `.zkey` are *NOT* what normal people would think they are
# See <https://geometry.xyz/notebook/the-hidden-little-secret-in-snarkjs>
#
import groth16/prover/types
import groth16/prover/groth16
export types
export groth16