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