plume-sig / zk-nullifier-sig

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

<./rust-arkworks> accepts signature with incompatible variant #90

Open skaunov opened 5 months ago

skaunov commented 5 months ago

Variant should be joint/embedded with struct PlumeSignature (aka Signature) to avoid failing verifications when with a correct signature instance a wrong variant indicator being input.