mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 10:37:24 -07:00
Add missing headers
This commit is contained in:
parent
28244907a1
commit
e60139c17f
@ -5,6 +5,7 @@ Public domain.
|
||||
*/
|
||||
|
||||
#include "crypto_core_salsa20.h"
|
||||
#include "crypto_stream_salsa20.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifndef HAVE_AMD64_ASM
|
||||
|
@ -7,6 +7,7 @@ Public domain.
|
||||
#include <stdint.h>
|
||||
|
||||
#include "crypto_core_salsa20.h"
|
||||
#include "crypto_stream_salsa20.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifndef HAVE_AMD64_ASM
|
||||
|
@ -5,6 +5,7 @@ Public domain.
|
||||
*/
|
||||
|
||||
#include "crypto_core_salsa2012.h"
|
||||
#include "crypto_stream_salsa2012.h"
|
||||
#include "utils.h"
|
||||
|
||||
typedef unsigned int uint32;
|
||||
|
@ -5,6 +5,7 @@ Public domain.
|
||||
*/
|
||||
|
||||
#include "crypto_core_salsa2012.h"
|
||||
#include "crypto_stream_salsa2012.h"
|
||||
#include "utils.h"
|
||||
|
||||
typedef unsigned int uint32;
|
||||
|
@ -5,6 +5,7 @@ Public domain.
|
||||
*/
|
||||
|
||||
#include "crypto_core_salsa208.h"
|
||||
#include "crypto_stream_salsa208.h"
|
||||
#include "utils.h"
|
||||
|
||||
typedef unsigned int uint32;
|
||||
|
@ -5,6 +5,7 @@ Public domain.
|
||||
*/
|
||||
|
||||
#include "crypto_core_salsa208.h"
|
||||
#include "crypto_stream_salsa208.h"
|
||||
#include "utils.h"
|
||||
|
||||
typedef unsigned int uint32;
|
||||
|
Loading…
Reference in New Issue
Block a user