zk-nullifier-sig
zk-nullifier-sig copied to clipboard
separate public and private inputs in API
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
Zeroize on drop trait is needed for private part
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)