Make ethereum-schnorr-contract no-std and no-alloc eligible

This commit is contained in:
Luke Parker
2025-11-13 05:44:52 -05:00
parent 5662beeb8a
commit a793aa18ef
6 changed files with 21 additions and 6 deletions

View File

@@ -16,6 +16,8 @@ pub use embedwards25519;
pub use schnorr_signatures;
pub use ethereum_schnorr_contract;
#[cfg(feature = "alloc")]
pub mod alloc {
pub use multiexp;