|
|
10 months ago | |
|---|---|---|
| src | 10 months ago | |
| .gitignore | 11 months ago | |
| Cargo.lock | 10 months ago | |
| Cargo.toml | 10 months ago | |
| README.md | 11 months ago | |
| rust-toolchain | 11 months ago | |
Do not use in production.
EDDSA signature scheme implementation with Poseidon hasher and ark-works backend. Additionally circom compatible ed_on_bn254_twist twist is available.
The r1cs feature enables the in-circuit EdDSA verification.
To test including the constraints use the r1cs feature flag: cargo test --features=r1cs