diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-26 18:54:31 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-26 18:55:31 +0000 |
commit | e8414b96ba94dbc761ee97d7a67b7a28cfc3a8af (patch) | |
tree | 31264552547d8974a6f3a646efba4e0e29f46012 /sys/include/crypto | |
parent | 996114589d036918f77036ece745249b35687da0 (diff) |
kernel: style: Clean up and remove extra newlinesexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/crypto')
-rw-r--r-- | sys/include/crypto/chacha20.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/crypto/chacha20.h b/sys/include/crypto/chacha20.h index d35702a..267b13c 100644 --- a/sys/include/crypto/chacha20.h +++ b/sys/include/crypto/chacha20.h @@ -44,4 +44,3 @@ void chacha20_init(uint32_t state[16], const uint8_t key[32], void chacha20_block(uint32_t state[16], uint8_t out[64]); void chacha20_encrypt(uint32_t state[16], uint8_t *in, uint8_t *out, size_t len); - |