summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-09-14 22:53:45 +0300
committerdartraiden <wowemuh@gmail.com>2023-09-14 22:53:45 +0300
commitc400f5c17af4996eb2ecf0597e17eb25c17857d8 (patch)
treec895207a210e5538c491ba9fc15ee0f28780a7f6 /libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h
parentcd3146d46f9b9e24065b9ec31d963d52da3cdcbe (diff)
libsodium: update to 1.0.19
Diffstat (limited to 'libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h')
-rw-r--r--libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h b/libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h
index 1949d38113..0b5971ca48 100644
--- a/libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h
+++ b/libs/libsodium/src/crypto_stream/salsa20/stream_salsa20.h
@@ -1,16 +1,16 @@
-
-#ifndef stream_salsa20_H
-#define stream_salsa20_H
-
-#include <stdint.h>
-
-typedef struct crypto_stream_salsa20_implementation {
- int (*stream)(unsigned char *c, unsigned long long clen,
- const unsigned char *n, const unsigned char *k);
- int (*stream_xor_ic)(unsigned char *c, const unsigned char *m,
- unsigned long long mlen,
- const unsigned char *n, uint64_t ic,
- const unsigned char *k);
-} crypto_stream_salsa20_implementation;
-
-#endif
+
+#ifndef stream_salsa20_H
+#define stream_salsa20_H
+
+#include <stdint.h>
+
+typedef struct crypto_stream_salsa20_implementation {
+ int (*stream)(unsigned char *c, unsigned long long clen,
+ const unsigned char *n, const unsigned char *k);
+ int (*stream_xor_ic)(unsigned char *c, const unsigned char *m,
+ unsigned long long mlen,
+ const unsigned char *n, uint64_t ic,
+ const unsigned char *k);
+} crypto_stream_salsa20_implementation;
+
+#endif