Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantumcryptlab/zkp-grpc-auth
A demo of secure gRPC authentication using Zero-Knowledge Proofs (ZKPs)
https://github.com/quantumcryptlab/zkp-grpc-auth
grpc grpc-rust zkp zkproof zkps
Last synced: 7 days ago
JSON representation
A demo of secure gRPC authentication using Zero-Knowledge Proofs (ZKPs)
- Host: GitHub
- URL: https://github.com/quantumcryptlab/zkp-grpc-auth
- Owner: quantumcryptlab
- License: mit
- Created: 2024-12-18T16:57:09.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-24T23:28:39.000Z (10 days ago)
- Last Synced: 2024-12-25T00:25:31.721Z (10 days ago)
- Topics: grpc, grpc-rust, zkp, zkproof, zkps
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zero-knowledge-proofs-grpc-authentication
Code of this Udemy course:
https://www.udemy.com/course/zero-knowledge-proofs-in-rust## Design
- Prover (Client)
- Verifier (Server)