aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/blake2-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/blake2-impl.h')
-rw-r--r--bootstrap/blake2-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/blake2-impl.h b/bootstrap/blake2-impl.h
index 830f055..30883ef 100644
--- a/bootstrap/blake2-impl.h
+++ b/bootstrap/blake2-impl.h
@@ -14,8 +14,8 @@
Note: This file has been modified/adapted to the SLUL project.
It has been changed to be compatible with C89 compilers, and code that
- is not needed for SLUL (e.g. blake2b, zero memory clearing, etc.) has
- been removed.
+ is not needed for SLUL has been removed (e.g. blake2b, safe memory
+ clearing, etc.).
*/
#ifndef BLAKE2_IMPL_H