You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jacob Jackson 52dade9335 get signature working 3 years ago
edwards_curve get signature working 3 years ago
sha512 finish eddsa 3 years ago
.gitignore basic edwards curve code 3 years ago
README.md basic edwards curve code 3 years ago
cubic.go get signature working 3 years ago
ed25519.go get signature working 3 years ago
go.mod basic edwards curve code 3 years ago
go.sum basic edwards curve code 3 years ago

README.md

gnark-ed25519

ed25519 implementation in Gnark

To test:

go test gnark-ed25519/edwards_curve

To build and run:

go build gnark-ed25519 && ./gnark-ed25519