mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-02 14:24:22 +01:00
static precomputer secp
This commit is contained in:
@@ -11,7 +11,7 @@ vls-protocol-signer = { git = "https://gitlab.com/lightning-signer/validating-li
|
||||
anyhow = {version = "1", features = ["backtrace"]}
|
||||
log = "0.4"
|
||||
|
||||
[patch.crates-io]
|
||||
# Low-memory version of secp256k1 with static precomputation
|
||||
secp256k1 = { git = "https://github.com/devrandom/rust-secp256k1.git", rev = "4e745ebe7e4c9cd0a7e9c8d5c42e989522e52f71" }
|
||||
# [patch.crates-io]
|
||||
# # Low-memory version of secp256k1 with static precomputation
|
||||
# secp256k1 = { git = "https://github.com/devrandom/rust-secp256k1.git", rev = "4e745ebe7e4c9cd0a7e9c8d5c42e989522e52f71" }
|
||||
|
||||
|
||||
@@ -32,6 +32,10 @@ serde_urlencoded = "0.7.1"
|
||||
serde = { version = "1.0.137", default-features = false }
|
||||
serde_json = { version = "1.0.81", default-features = false }
|
||||
|
||||
[patch.crates-io]
|
||||
# Low-memory version of secp256k1 with static precomputation
|
||||
secp256k1 = { git = "https://github.com/devrandom/rust-secp256k1.git", rev = "4e745ebe7e4c9cd0a7e9c8d5c42e989522e52f71", feature = ["lowmemory"] }
|
||||
|
||||
[build-dependencies]
|
||||
embuild = "0.29"
|
||||
anyhow = "1"
|
||||
|
||||
Reference in New Issue
Block a user