Directory Structure
Here's the directory structure for Rust SDK tutorial.
The privacy-apps components :
DVR types provide the necessary definitions for developers to interact with
libdvr_client.so
.Client utils contain FFI helpers for working with DVR types.
The zkpass-demo components :
data_holder.rs
: Handles the entire process, from generating tokens to verifying proofs.data_issuer.rs
: Manages the process of generating user data tokens.proof_verifier.rs
: Handles the generation of DVR tokens and the proof verification process.lib_loader.rs
: Contains the detailed logic for interacting withlibdvr_client.so
.
Last updated