mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-01-07 15:43:06 +00:00
16 lines
230 B
Markdown
16 lines
230 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
|
|
```
|
|
|
|
if it panics on compilation.... make vriables capitalzie
|