You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/crypto/curve25519/sandy2x/ladder.h

20 lines
234 B
C

#ifndef ladder_H
#define ladder_H
#ifdef __cplusplus
extern "C"
{
#endif
#include "fe.h"
#include "ladder_namespace.h"
extern void
ladder(fe *, const unsigned char *);
#ifdef __cplusplus
}
#endif
#endif /* ifndef ladder_H */