Botan 3.6.1
Crypto and TLS for C&
curve25519.h
Go to the documentation of this file.
1/*
2* Curve25519
3* (C) 2014 Jack Lloyd
4*
5* Botan is released under the Simplified BSD License (see license.txt)
6*/
7
8#ifndef BOTAN_CURVE_25519_H_
9#define BOTAN_CURVE_25519_H_
10
11#include <botan/x25519.h>
12
13BOTAN_DEPRECATED_HEADER("curve25519.h")
14
15namespace Botan {
16
19
20} // namespace Botan
21
22#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition compiler.h:146
#define BOTAN_DEPRECATED(msg)
Definition compiler.h:125