/zkp-dlog

Primary LanguageRust

zkp-dlog

an example of an interactive zero knowledge proof with discrete logarithm

Prerequisites

Make sure you have the following installed on your machine:

How to Build and Run

  1. Clone this repository:

    git clone https://github.com/0xE-acc/zkp-dlog.git
    
  2. Change into project directory

    cd zkp-dlog
    
  3. Build project

    cargo build --release
    
  4. Run project

    cargo run --release