diff --git a/docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure.mdx b/docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure.mdx index a06c2dfd8c2..e79485406b5 100644 --- a/docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure.mdx +++ b/docs/build/identity.rs/1.3/docs/how-tos/verifiable-credentials/zero-knowledge-selective-disclosure.mdx @@ -13,7 +13,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; # Zero Knowledge Selective Disclosure (ZK-SD-VCs) -ZK-SD-VCs allow holders to verify their VCs without having to disclose to verifiers the entire VC's claim set. +ZK-SD-VCs allow holders to verify their VCs without having to disclose the entire VC's claim set to verifiers. This is done through the creation of a Zero Knowledge Proof (ZKP) that guaranties the integrity and authenticity of the VC, even when only partially disclosed to the verifier.