//
pkg.gl
Category
github.com/consensys/gnark
std
signature
eddsa
package
0.12.0
Repository:
https://github.com/consensys/gnark.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
7
Files
235 SLOC
#
Functions
Verify
Verify verifies an eddsa signature using MiMC hash function cf https://en.wikipedia.org/wiki/EdDSA.
#
Structs
PublicKey
PublicKey stores an eddsa public key (to be used in gnark circuit).
Signature
Signature stores a signature (to be used in gnark circuit) An EdDSA signature is a tuple (R,S) where R is a point on the twisted Edwards curve and S a scalar.