From 4119ccb3a7d4140ec81dbf34d129c88d751cf963 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:10:06 -0700 Subject: [PATCH] Added clarity around hashfunc --- standards/application/inbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/inbox.md b/standards/application/inbox.md index 0a9e295..6b9eae0 100644 --- a/standards/application/inbox.md +++ b/standards/application/inbox.md @@ -97,7 +97,7 @@ The noise handshake is implemented with the following functions: The noise protocol name would then be `Noise_KNfallback_25519_ChaChaPoly_BLAKE2s` -This protocol opts for 32bit variants to optimize for mobile and resource constrained environments. +This protocol opts for 32bit platform optimized variants(where possible) to reduce overhead in mobile and resource constrained environments. ### Endianness