mirror of
https://github.com/arnaucube/arkeddsa.git
synced 2026-02-02 17:06:43 +01:00
b409860439b81179cbfc197bdcc3b335248d1058
add in-circuit EdDSA verification gadget compatible with the out-circuit logic.
arkeddsa
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.
test
To test including the constraints use the r1cs feature flag: cargo test --features=r1cs
Description
Languages
Rust
100%