mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
10 lines
232 B
C
10 lines
232 B
C
|
#ifndef curve25519_sandy2x_H
|
||
|
#define curve25519_sandy2x_H
|
||
|
|
||
|
#include <sodium/crypto_scalarmult_curve25519.h>
|
||
|
|
||
|
extern struct crypto_scalarmult_curve25519_implementation
|
||
|
crypto_scalarmult_curve25519_sandy2x_implementation;
|
||
|
|
||
|
#endif
|