[Legacy] Version 0.1.0
NOTE: This version is deprecated. It is only legacy information.
Basic Information
Technical Information on Circuits
Notes and Hashing
struct Note {
version: Scalar, // version of the note structure. We start at 0
id: Scalar, // the ZK-ID of a user
trapdoor: Scalar, // a secret needed to prove ownership of the note
nullifier: Scalar, // a secret used to invalidate the note
balance_hash: Scalar, // the hash of the user's balance
} Circuits and Constraints
Last updated

