mirror of
https://github.com/arnaucube/go-snark-study.git
synced 2026-02-02 17:26:41 +01:00
Archive repository
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# go-snark /externalVerif
|
||||
# go-snark-study /externalVerif
|
||||
Utilities to verify zkSNARK proofs generated by other tools.
|
||||
|
||||
## Verify Proof generated from [snarkjs](https://github.com/iden3/snarkjs)
|
||||
Is possible with `go-snark` to verify proofs generated by `snarkjs`
|
||||
Is possible with `go-snark-study` to verify proofs generated by `snarkjs`
|
||||
|
||||
Example:
|
||||
```go
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/arnaucube/go-snark/groth16"
|
||||
"github.com/arnaucube/go-snark/utils"
|
||||
"github.com/arnaucube/go-snark-study/groth16"
|
||||
"github.com/arnaucube/go-snark-study/utils"
|
||||
)
|
||||
|
||||
type CircomProof struct {
|
||||
|
||||
Reference in New Issue
Block a user