From 1f2c525a12d93cb769e990c7892c3c5bf4e245f7 Mon Sep 17 00:00:00 2001 From: Emilie Ouwerx Date: Thu, 4 Apr 2024 12:09:54 +0200 Subject: [PATCH] edit --- collections/tech/qsss/qss_zero_knowledge_proof.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collections/tech/qsss/qss_zero_knowledge_proof.md b/collections/tech/qsss/qss_zero_knowledge_proof.md index 75b79ce..51da337 100644 --- a/collections/tech/qsss/qss_zero_knowledge_proof.md +++ b/collections/tech/qsss/qss_zero_knowledge_proof.md @@ -1,11 +1,11 @@ -# Zero Knowledge Proof Storage system. +# Zero Knowledge Proof Storage System -The quantum save storage system is zero knowledge proof compliant. The storage system is made up / split into 2 components: The actual storage devices use to store the data (ZDB's) and the Quantum Safe Storage engine. +The Quantum Safe Storage System is zero knowledge proof compliant. The storage system is made up of / split into 2 components: the actual storage devices use to store the data (ZDB's) and the Quantum Safe Storage engine. ![](img/qss_system.jpg) -The zero proof knowledge compliancy comes from the fact the all the physical storage nodes (tf_nodes) can proof that they store a valid part of what data the quantum safe storage engine (QSSE) has stored on multiple independent devices. The QSSE can validate that all the QSSE storage devices have a valid part of the original information. The storage devices however have no idea what the original stored data is as they only have a part (description) of the origina data and have no access to the original data part or the complete origal data objects. +The zero proof knowledge compliancy comes from the fact that all of the physical storage nodes (TFnodes) can prove that they store a valid part of the data that the quantum safe storage engine (QSSE) has stored on multiple independent devices. The QSSE can validate that all of the QSSE storage devices have a valid part of the original information. The storage devices however have no idea what the original stored data is as they only have a part (description) of the original data and have no access to the original data part or the complete original data objects.