summaryrefslogtreecommitdiffstats
path: root/comm/third_party/botan/src/lib/block/threefish_512/threefish.h
blob: f866a717ff754a4135a22d1e22c6f589c071ef9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
* Threefish
* (C) 2013,2014 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_THREEFISH_H_
#define BOTAN_THREEFISH_H_

// This header is deprecated and will be removed in a future major release

#include <botan/threefish_512.h>

BOTAN_DEPRECATED_HEADER(threefish.h)

#endif