-
[DLEQ proof spec](https://github.com/cashubtc/nuts/blob/main/12.md). We should support:
1) verify DLEQ proofs whenever blind signatures are received from a mint that include proofs
2) option to sen…
-
-
This project will be used in another project that utilizes HTTP Signature Auth. As part of the RFC, secp256k1 is not a supported algorithm. The curve must be migrated to use ED25519 or another support…
-
Now that we have DLEQ merged upstream, we can implement in a more or less straightforward way a VRF. The groundwork is already done in https://github.com/dedis/paper_17_sosp_omniledger/blob/master/gos…
-
implement update wallet functionality
-
While COPZ's DLEq satisfies "completeness, special soundness, and honest-verifier zero-knowledge", with proofs, I'm unsure how reviewed it is. We should have cryptographers on Monero's side review it,…
-
We need to determine if our onchain proof and/or signature verification is reasonably gas efficient.
The simplest path at the moment is to use G2 for encryption and DLEQ proof verification, which a…
-
The `hash_pubkeys` function in the Elixir implementation serializes **compressed** public keys, while the reference Python implementation serializes **uncompressed** keys. Public keys should be serial…
-
I now have a working implementation of adpator-based DLCs. I would like to begin brainstorming a list of cases we want to make sure are included in the transaction building test vectors I will be gene…
-
_Security Code Review observation:_
For example, it seems the shuffle tests are not testing the verification of a wrong shuffle nor providing test-vectors.