Crates.io | chaum_pedersen_auth |
lib.rs | chaum_pedersen_auth |
version | 0.1.9 |
source | src |
created_at | 2024-01-18 06:39:54.596136 |
updated_at | 2024-09-28 07:40:45.916727 |
description | An implementation of ZKP(Zero Knowledge Proof) using chaum pedersen algorithm |
homepage | |
repository | |
max_upload_size | |
id | 1103882 |
size | 284,827 |
TL;DR
cargo build
(should generate the compiled protobuf in exampls/protos. Note the build.rs file is only for compiling the proto files in example folder.)cargo run --package chaum_pedersen_auth --example server
cargo run --package chaum_pedersen_auth --example client