serai/networks/ethereum/schnorr
2024-09-19 23:36:32 -07:00
..
contracts Correct forge fmt config 2024-09-19 23:36:32 -07:00
src Hash the message before the challenge function in the Schnorr contract 2024-09-19 23:36:32 -07:00
build.rs Remove artifacts for serai-processor-ethereum-contracts 2024-09-19 23:36:32 -07:00
Cargo.toml Add tests for the premise of the Schnorr contract to the Schnorr crate 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.