mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Include private/common.h in stream_chacha20.c
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "crypto_stream_chacha20.h"
|
||||
#include "stream_chacha20.h"
|
||||
#include "private/common.h"
|
||||
#include "randombytes.h"
|
||||
#include "runtime.h"
|
||||
#include "stream_chacha20.h"
|
||||
|
||||
#include "ref/chacha20_ref.h"
|
||||
#if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
|
||||
defined(HAVE_TMMINTRIN_H) && defined(HAVE_SMMINTRIN_H)
|
||||
|
||||
Reference in New Issue
Block a user