commit f698d3b3b079548734273709515249e9ff8361bf
parent 85ed033a0ec3a8ff8e92bb326d524096103aa97f
Author: Ember Sawady <ecs@d2evs.net>
Date: Sun, 22 Oct 2023 22:22:00 +0000
crypto::aes: fix a doc typo
Signed-off-by: Ember Sawady <ecs@d2evs.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/aes/README b/crypto/aes/README
@@ -4,7 +4,7 @@ AES are provided which are optimized for different scenarios. To choose the most
appropriate one for your system, use [[aes]].
When combined with a block cipher mode from [[crypto::cipher]], suitable buffer
-lengths for static allocation are provided as constants such as [[BLOOCKSZ]],
+lengths for static allocation are provided as constants such as [[BLOCKSZ]],
[[CTR_BUFSZ]], and [[CBC_BUFSZ]].
This is a low-level module which implements cryptographic primitives. Direct use