lokinet/crypto/curve25519/sandy2x/ladder_base.h

20 lines
259 B
C
Raw Normal View History

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