silversixpence-crypto / zk-proof-of-assets

MIT License
3 stars 0 forks source link

Script to convert regular ecdsa sigs to ecdsa* sigs #31

Closed Stentonian closed 1 week ago

Stentonian commented 4 months ago

The only thing we need to check before doing this is that r_prime can be calculated with the public key. Currently it is calculated with the private key: https://github.com/silversixpence-crypto/zk-proof-of-assets/blob/257f872b07384f73e3581476613120f446196457/tests/generate_test_input.ts#L65