mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-31 14:17:13 +09:00
13 lines
353 B
C
13 lines
353 B
C
#ifndef crypto_scalarmult_H
|
|
#define crypto_scalarmult_H
|
|
|
|
#include "crypto_scalarmult_curve25519.h"
|
|
|
|
#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
|