arnaucube b409860439 add in-circuit EdDSA verification gadget
add in-circuit EdDSA verification gadget compatible with the out-circuit logic.
2024-11-29 08:42:23 +01:00
2024-06-24 12:56:04 +03:00
2024-07-03 12:55:31 +03:00

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
No description provided
Readme 52 KiB
Languages
Rust 100%