Don't you hate it when you forget to save your seed phrase and then lose your funds?
Zkool can help with Cloud encrypted backup secured by biometric recovery.
@nate_zec@zooko@gojomo The ballot uses domain specific nullifiers. The normal nf is a secret input to the circuit and the zkp has a statement that proves the domain nf is derived properly and the nf was not used based on a exclusion tree.
5.
Shielded Outputs are commitments (=hash) of the note.
Inputs are nullifiers (another hash) of the commitment.
Each note has a unique nullifier.
The same nullifier cannot be used twice: it prevents double-spending.
4.
Shielded Inputs and Outputs are hashes.
Hashes hide the real data, but they are not random. Hashes are calculated from the note information.
A ZKP guarantees that the calculation is correct.
3.
Orchard & Sapling Bundles are shielded.
The note information is encrypted.
Only the receiver (and optionally the sender) can decrypt it
Encrypted data is opaque to the rest of the network
It cannot be used for validation!
2.
A Transparent Output is a value in ZEC and a recipient address
A Transparent Input references a previous output by its transaction ID and its output index
Just like in Bitcoin