From 1e5fd26464849d3857f3ac7ea0180c46d0b869d9 Mon Sep 17 00:00:00 2001 From: Donovan Date: Thu, 26 Jun 2025 13:31:01 -0500 Subject: [PATCH] fix mermaid notes --- docs/nkode_over_unencrypted_channel.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/nkode_over_unencrypted_channel.md b/docs/nkode_over_unencrypted_channel.md index 9a536ba..ef3333c 100644 --- a/docs/nkode_over_unencrypted_channel.md +++ b/docs/nkode_over_unencrypted_channel.md @@ -15,7 +15,7 @@ sequenceDiagram Note over User,Server: Enrollment User ->> Server: Initiate Enrollment Server ->> Server: Generate Keypad Icons - Note right of Server: Ideally the icons are generated on the users device.
Since current ML models are too compute intense, a GPU enabled server must run the models during enrollment. + Note right of Server: Ideally the icons are generated on the users device.
Since current ML models are too compute intense,
a GPU enabled server must run the models during enrollment. Server -->> Mobile Client: Store Icons On Device Note right of Server: The Server does not store the icons Server ->> Mobile Client: Keypad Index Array @@ -49,7 +49,6 @@ sequenceDiagram User ->> Server: Initiate Enrollment Server ->> Server: Generate Keypad Icons Server -->> Mobile Client: Store Icons On Device - Note right of Server: Server does not store the icons and does not know what they are rect rgb(191, 223, 255) Server -->> Mobile Client: Store ChaCha20 256-bit key end