mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-01-05 22:53:09 +00:00
13 lines
171 B
Markdown
13 lines
171 B
Markdown
# gnark-ed25519
|
|
ed25519 implementation in Gnark
|
|
|
|
To test:
|
|
```
|
|
go test gnark-ed25519/edwards_curve
|
|
```
|
|
|
|
To build and run:
|
|
```
|
|
go build gnark-ed25519 && ./gnark-ed25519
|
|
```
|