]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Mark tau and sigma Chacha variables as nonstring main
authorGuillem Jover <guillem@hadrons.org>
Sat, 26 Jul 2025 10:41:23 +0000 (12:41 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 26 Jul 2025 10:41:23 +0000 (12:41 +0200)
commit22fddb16f8430d64b82a1ea08602be5e61ac203b
treef9f8c1bd73c21597840ef96232884a5c993bcd3b
parentabe3c8c33289e15e235aff120399ede316270a52
Mark tau and sigma Chacha variables as nonstring

These contain a sequence of bytes, and are not a NUL-terminated string.
Help the compiler understand the intent of the code.
src/chacha_private.h