plume-sig / zk-nullifier-sig

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

Solve #60 #91

Closed skaunov closed 8 months ago

skaunov commented 8 months ago

(Pls, squash when merging.)

All functions fallibility was checked and corrected; error handling was improved: unwrap() were ditched, error types were changed to useful w.r.t. to #43 ; also bunch of excessive code and entities were removed.