plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
129 stars 22 forks source link

Refactor `verify_signals` #61

Closed skaunov closed 9 months ago

skaunov commented 9 months ago

In _rustk256 crate this fn seems to be fundamental. I'd make it pub, redo some internals (at least better separate computed and input values), and got rid of println! which are suitable for a bin crate, not for a lib.