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