vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c in rbnacl-libsodium-1.0.15.1 vs vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c in rbnacl-libsodium-1.0.16

- old
+ new

@@ -1,6 +1,7 @@ #include "crypto_stream_chacha20.h" #include "private/common.h" +#include "private/implementations.h" #include "randombytes.h" #include "runtime.h" #include "stream_chacha20.h" #include "ref/chacha20_ref.h"