Skip to content

Commit

Permalink
chore: clean old definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Jul 3, 2024
1 parent 6795923 commit a884ee6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/groth16/groth16.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ type VerifyingKey interface {
// NbG2 returns the number of G2 elements in the VerifyingKey
NbG2() int

// ExportSolidity writes a solidity Verifier contract from the VerifyingKey
// this will return an error if not supported on the CurveID()
ExportSolidity(w io.Writer, exportOpts ...solidity.ExportOption) error

IsDifferent(interface{}) bool
}

Expand Down

0 comments on commit a884ee6

Please sign in to comment.