zk-nullifier-sig icon indicating copy to clipboard operation
zk-nullifier-sig copied to clipboard

separate public and private inputs in API

Open skaunov opened this issue 1 year ago • 3 comments

skaunov avatar Jun 15 '24 12:06 skaunov

plus move c into variants as it's different and will be better managed explicitly also s seems to be redundant in V1 which should be reflected in the API

skaunov avatar Jun 15 '24 12:06 skaunov

Zeroize on drop trait is needed for private part

skaunov avatar Jul 04 '24 08:07 skaunov

couple of quick remarks for other crates to add to the NPM crate implementation


/// TODO message_bytes was added to be able to reconstruct the full thing from this object and is an instance

impl Zeroize for the private to be called (not only on drop)

skaunov avatar May 24 '25 17:05 skaunov