summaryrefslogtreecommitdiff
path: root/libs/libsodium/src/crypto_scalarmult/curve25519/sandy2x/ladder_base.h
blob: a69be13f0d836fc6377e7c3f1da7a64bf9f79885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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 */