mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
Rename curve25519 files so that we can introduce the donna_c64 version later.
This commit is contained in:
@@ -17,9 +17,9 @@ libsodium_la_SOURCES = \
|
||||
crypto_generichash/blake2/ref/blake2s-ref.c \
|
||||
crypto_generichash/blake2/ref/crypto_generichash.h \
|
||||
crypto_generichash/blake2/ref/generichash_blake2b.c \
|
||||
crypto_scalarmult/curve25519/ref/base.c \
|
||||
crypto_scalarmult/curve25519/ref/base_curve25519_ref.c \
|
||||
crypto_scalarmult/curve25519/ref/crypto_scalarmult.h \
|
||||
crypto_scalarmult/curve25519/ref/smult.c \
|
||||
crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c \
|
||||
crypto_hashblocks/sha256/ref/blocks_sha256.c \
|
||||
crypto_hashblocks/sha256/ref/crypto_hashblocks.h \
|
||||
crypto_hashblocks/sha512/ref/blocks_sha512.c \
|
||||
|
||||
@@ -3,12 +3,10 @@
|
||||
|
||||
#include "crypto_scalarmult_curve25519.h"
|
||||
|
||||
#define crypto_scalarmult crypto_scalarmult_curve25519
|
||||
#define crypto_scalarmult_base crypto_scalarmult_curve25519_base
|
||||
#define crypto_scalarmult_BYTES crypto_scalarmult_curve25519_BYTES
|
||||
#define crypto_scalarmult_SCALARBYTES crypto_scalarmult_curve25519_SCALARBYTES
|
||||
#define crypto_scalarmult_PRIMITIVE "curve25519"
|
||||
#define crypto_scalarmult_IMPLEMENTATION crypto_scalarmult_curve25519_IMPLEMENTATION
|
||||
#define crypto_scalarmult_VERSION crypto_scalarmult_curve25519_VERSION
|
||||
#define crypto_scalarmult_curve25519_implementation_name \
|
||||
crypto_scalarmult_curve25519_ref_implementation_name
|
||||
|
||||
#define crypto_scalarmult crypto_scalarmult_curve25519_ref
|
||||
#define crypto_scalarmult_base crypto_scalarmult_curve25519_ref_base
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user