Rename salsa20_random.c to randombytes_salsa20_random.c for consistency
This commit is contained in:
parent
8a54e2efa8
commit
3bb7e4b1b7
@ -73,8 +73,8 @@ libsodium_la_SOURCES = \
|
||||
crypto_sign/ed25519/ref/sc25519.h \
|
||||
crypto_sign/ed25519/ref/sc25519_ed25519.c \
|
||||
randombytes/randombytes.c \
|
||||
randombytes/salsa20_random.c \
|
||||
randombytes/salsa20_random.h \
|
||||
randombytes/randombytes_salsa20_random.c \
|
||||
randombytes/randombytes_salsa20_random.h \
|
||||
version.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -36,7 +36,7 @@ SODIUM_EXPORT = \
|
||||
sodium/crypto_verify_16.h \
|
||||
sodium/crypto_verify_32.h \
|
||||
sodium/randombytes.h \
|
||||
sodium/salsa20_random.h \
|
||||
sodium/randombytes_salsa20_random.h \
|
||||
sodium/version.h
|
||||
|
||||
EXTRA_SRC = $(SODIUM_EXPORT) \
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include <limits.h>
|
||||
|
||||
#include "randombytes.h"
|
||||
#include "salsa20_random.h"
|
||||
#include "randombytes_salsa20_random.h"
|
||||
|
||||
static randombytes_implementation implementation = {
|
||||
.randombytes_implementation_name = salsa20_random_implementation_name,
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "crypto_core_salsa20.h"
|
||||
#include "crypto_hash_sha256.h"
|
||||
#include "crypto_stream_salsa20.h"
|
||||
#include "salsa20_random.h"
|
||||
#include "randombytes_salsa20_random.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <Windows.h>
|
Loading…
Reference in New Issue
Block a user