diff --git a/README.md b/README.md index 7a4ce8b8..8c5dc14a 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ Cryptography is at the heart of OpenNHP, providing robust security, excellent pe > CL-PKC is a scheme that enhances security by avoiding key escrow and addressing the limitations of Identity-Based Cryptography (IBC). In most IBC systems, a user's private key is generated by a Key Generation Center (KGC), which introduces significant risks. A compromised KGC can lead to the exposure of all users' private keys, requiring full trust in the KGC. CL-PKC mitigates this issue by splitting the key generation process, so the KGC only has knowledge of a partial private key. As a result, CL-PKC combines the strengths of both PKI and IBC, offering stronger security without the drawbacks of centralized key management. +Further reading: + > Please refer to the [OpenNHP Documentation](https://opennhp.org/cryptography/) for detailed explanation of cryptographic algorithms used in OpenNHP. ## Key Features diff --git a/docs/build.md b/docs/build.md index c12b2ed6..1ee9d0c8 100644 --- a/docs/build.md +++ b/docs/build.md @@ -12,6 +12,7 @@ This article explains how to build OpenNHP from source code. {: .fs-6 .fw-300 } [中文版](/zh-cn/build/){: .label .fs-4 } + --- ## 1. WSL Environment Setup diff --git a/docs/zh-cn/overview.zh-cn.md b/docs/zh-cn/overview.zh-cn.md index 4c1c31ae..12d0b2b8 100644 --- a/docs/zh-cn/overview.zh-cn.md +++ b/docs/zh-cn/overview.zh-cn.md @@ -10,7 +10,7 @@ permalink: /zh-cn/overview/ # OpenNHP:零信任网络隐身协议 {: .fs-9 } -[English Version](/){: .label .fs-4 } +[English](/){: .label .fs-4 } ---