Skip to content
Snippets Groups Projects
Verified Commit 81b1a4ef authored by ordian's avatar ordian
Browse files

[build.rs] add a comment about SCHNORR support

parent 0b62c271
No related merge requests found
......@@ -111,7 +111,8 @@ fn main() {
.define("USE_SCALAR_INV_BUILTIN", Some("1"))
.define("USE_ENDOMORPHISM", Some("1"))
.define("ENABLE_MODULE_ECDH", Some("1"))
.define("ENABLE_MODULE_SCHNORR", Some("1"))
// SCHNORR support was removed in the upstream
// .define("ENABLE_MODULE_SCHNORR", Some("1"))
.define("ENABLE_MODULE_RECOVERY", Some("1"));
let target = env::var("TARGET").expect("TARGET env variable is set by cargo; qed");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment