diff options
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/blake2-impl.h | 4 | ||||
| -rw-r--r-- | bootstrap/blake2.h | 4 | ||||
| -rw-r--r-- | bootstrap/blake2s-ref.c | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/bootstrap/blake2.h b/bootstrap/blake2.h index 985088d..0add2ca 100644 --- a/bootstrap/blake2.h +++ b/bootstrap/blake2.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_H diff --git a/bootstrap/blake2s-ref.c b/bootstrap/blake2s-ref.c index 7ad7886..d813b46 100644 --- a/bootstrap/blake2s-ref.c +++ b/bootstrap/blake2s-ref.c @@ -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.). */ |
