serai/networks/ethereum/schnorr
2024-09-19 23:36:32 -07:00
..
contracts Dedicated crate for the Schnorr contract 2024-09-19 23:36:32 -07:00
src OUT_DIR > artifacts 2024-09-19 23:36:32 -07:00
.gitignore Dedicated crate for the Schnorr contract 2024-09-19 23:36:32 -07:00
build.rs OUT_DIR > artifacts 2024-09-19 23:36:32 -07:00
Cargo.toml OUT_DIR > artifacts 2024-09-19 23:36:32 -07:00
LICENSE Dedicated crate for the Schnorr contract 2024-09-19 23:36:32 -07:00
README.md Dedicated crate for the Schnorr contract 2024-09-19 23:36:32 -07:00

Ethereum Schnorr Contract

An Ethereum contract to verify Schnorr signatures.

This crate will fail to build if solc is not installed and available.