mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
9 lines
218 B
C
9 lines
218 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 */
|
||
|
|