Versions in this module Expand all Collapse all v1 v1.2.0 Nov 9, 2022 Changes in this version + type GenerateReq struct + CircuitName string + Inputs proof.ZKInputs + type VerifyReq struct + CircuitName string + ZKP proof.FullProof + type VerifyResp struct + Valid bool + type ZKHandler struct + ProverConfig configs.ProverConfig + func NewZKHandler(proverConfig configs.ProverConfig) *ZKHandler + func (h *ZKHandler) GenerateProof(w http.ResponseWriter, r *http.Request) + func (h *ZKHandler) VerifyProof(w http.ResponseWriter, r *http.Request)