Files
serai/networks/ethereum/schnorr
Luke Parker 33018bf6da Explicitly ban the identity point as an Ethereum Schnorr public key (002)
This doesn't have a well-defined affine representation. k256's behavior,
mapping it to (0, 0), means this would've been rejected anyways (so this isn't
a change of any current behavior), but it's best not to rely on such an
implementation detail.
2025-04-12 08:38:06 -04:00
..

Ethereum Schnorr Contract

An Ethereum contract to verify Schnorr signatures.

This crate will fail to build if the expected version of solc is not installed and available.