feat: add ct functions and new operations to secp256k1 - #44
Conversation
LesterEvSe
commented
Aug 14, 2026
- This PR suggests a bug fix and I've added the necessary tests.
- This PR introduces a new feature and I've discussed the update in an Issue or with the team.
- This PR is just a minor change like a typo fix.
* added convert functions for u8 * commented out eq_256 (will be available with pr#30) * added split and safe_convert functions * refactored widening functions * linting * refactored u8 functions * typo * removed unused import
* added assert_eq_bool * added convert functions for u1
|
For computing Then I suspect that to verify an asset commitment, it'd be faster to take an "exact value proof", which is basically a Schnorr signature on Lots of options here. We should probably make a harness that can generate all these, including lots of different kinds of lookup tables, and compare the cost. |
|
Ok, thanks. I will think how to do it better |