You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 15158474ab rm unwraps inside methods, return params to private 10 months ago
src rm unwraps inside methods, return params to private 10 months ago
.gitignore rm unwraps inside methods, return params to private 10 months ago
Cargo.lock tidy 1 year ago
Cargo.toml add in-circuit EdDSA verification gadget 10 months ago
README.md add in-circuit EdDSA verification gadget 10 months ago
rust-toolchain add in-circuit EdDSA verification gadget 10 months ago

README.md

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