mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
8 lines
215 B
C
8 lines
215 B
C
#ifndef ladder_namespace_H
|
|
#define ladder_namespace_H
|
|
|
|
#define ladder crypto_scalarmult_curve25519_sandy2x_ladder
|
|
#define _ladder _crypto_scalarmult_curve25519_sandy2x_ladder
|
|
|
|
#endif /* ifndef ladder_namespace_H */
|