summaryrefslogtreecommitdiff
path: root/sys/include/crypto/chacha20.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/crypto/chacha20.h')
-rw-r--r--sys/include/crypto/chacha20.h1
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);
-