//
pkg.gl
Category
github.com/danivilardell/gnark
std
signature
eddsa
package
1.1.0
Repository:
https://github.com/danivilardell/gnark.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
13
Dependents
0
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.