plume-sig / zk-nullifier-sig

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

`nullifier` is treated just like an EC point #95

Closed skaunov closed 4 months ago

skaunov commented 4 months ago

@Divide-By-0 , how much care should nullifier receive compared with the secret key, and the random nonce (they receive different care, ofc)?

Divide-By-0 commented 4 months ago

@Divide-By-0 , how much care should nullifier receive compared with the secret key, and the random nonce (they receive different care, ofc)?

Nullifer will be public, doesn't need care.

skaunov commented 4 months ago

That's cool! Just wanted to double-check.