qzkp

Crates.ioqzkp
lib.rsqzkp
version0.0.0
created_at2025-10-30 13:37:40.756284+00
updated_at2025-10-30 13:37:40.756284+00
descriptionThis project explores a **Zero Knowledge Proof (ZKP)** approach within the quantum paradigm (QZKP, Quantum Zero Knowledge Proof). It leverages quantum states to prove the possession of certain information (like a secret bitstring and the basis in which it was encoded) without revealing the actual secret to the verifier.
homepage
repository
max_upload_size
id1908260
size4,013
(jorgegardiaz)

documentation

README

Desiganted Verifyer Quantum Perfect Zero Knowledge Proof based on Conjugate Coding

This repository will contain an implementation of a zero knowledge cryptographic protocol in a quantum setting in Rust. The main goal is to demonstrate how to validate information (e.g., a secret bitstring and its basis) without revealing this secret itself, by leveraging quantum states.

Table of Contents


Overview

This project explores a Zero Knowledge Proof (ZKP) approach within the quantum paradigm (QZKP, Quantum Zero Knowledge Proof). It leverages quantum states to prove the possession of certain information (like a secret bitstring and the basis in which it was encoded) without revealing the actual secret to the verifier.

Commit count: 0

cargo fmt