forked from BlockstreamResearch/secp256k1-zkp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These functions in the ecdsa_adaptor module are static/internal. We want to make use of them in the BitBox firmware, so we expose them. They are useful in the context of silent payments (BIP-352). In the future, we expect new BIPs for silent payments in PSBT including a DLEQ specification, and a dedicated silent payment module in libsecp256k1 that includes the DLEQ functions. Until then, we use the ones here. See also: - https://delvingbitcoin.org/t/bip352-psbt-support/877 - https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea - bitcoin-core/secp256k1#1519
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters