From 59927486ebe8c62113e25a7ec54f7e1b04a06539 Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 15 Jul 2025 13:29:12 +0200 Subject: [PATCH] Fix mermaid diagram syntax error in whitepaper Replace SHA256(PublicKey) with quoted text to resolve mermaid rendering issue --- WHITEPAPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHITEPAPER.md b/WHITEPAPER.md index ac16efd5..71c06bff 100644 --- a/WHITEPAPER.md +++ b/WHITEPAPER.md @@ -76,7 +76,7 @@ graph LR ID1 -->|Rotate| ID2 ID2 -->|Rotate| ID3 - F[Fingerprint: SHA256(PublicKey)] + F["Fingerprint: SHA256 of PublicKey"] F -.->|"Persistent Identity"| ID1 F -.-> ID2 F -.-> ID3