mirror of
https://github.com/arnaucube/arkeddsa.git
synced 2026-01-11 16:01:27 +01:00
fccc17a15a94190592872854b99ff5787b2bbe6a
move the poseidon_config function outside from tests, since when externally using this lib usually the user will also use the poseidon_config helper to generate the poseidon config to be used in the signature
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%