diff options
| author | Samuel Lidén Borell <samuel@kodafritt.se> | 2026-01-27 22:06:49 +0100 |
|---|---|---|
| committer | Samuel Lidén Borell <samuel@kodafritt.se> | 2026-01-27 22:08:17 +0100 |
| commit | fd4a1612c58a818925fca80f55792d3c5be920bb (patch) | |
| tree | 44ad8b3b418d10724fbe01ca2c7dfdd9fb2e20c3 /bootstrap/blake2s-ref.c | |
| parent | fb2db845cc568f8ac3da72feb627692e2905b196 (diff) | |
| download | slul-try2-main.tar.gz slul-try2-main.zip | |
Diffstat (limited to 'bootstrap/blake2s-ref.c')
| -rw-r--r-- | bootstrap/blake2s-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
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.). */ |
