lokinet/crypto/curve25519/sandy2x/ladder_base.h

19 lines
256 B
C
Raw Normal View History

2018-10-23 11:29:37 +00:00
#ifndef ladder_base_H
#define ladder_base_H
#ifdef __cplusplus
extern "C" {
#endif
#include "fe.h"
#include "ladder_base_namespace.h"
extern void ladder_base(fe *, const unsigned char *);
#ifdef __cplusplus
}
#endif
#endif /* ifndef ladder_base_H */