• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
1#ifndef ladder_base_H
2#define ladder_base_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include "fe.h"
9#include "ladder_base_namespace.h"
10
11extern void ladder_base(fe *, const unsigned char *);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif /* ifndef ladder_base_H */
18
19