Botan 2.19.3
Crypto and TLS for C&
threefish.h
Go to the documentation of this file.
1/*
2* Threefish
3* (C) 2013,2014 Jack Lloyd
4*
5* Botan is released under the Simplified BSD License (see license.txt)
6*/
7
8#ifndef BOTAN_THREEFISH_H_
9#define BOTAN_THREEFISH_H_
10
11// This header is deprecated and will be removed in a future major release
12
13#include <botan/threefish_512.h>
14
15BOTAN_DEPRECATED_HEADER(threefish.h)
16
17#endif
#define BOTAN_DEPRECATED_HEADER(hdr)
Definition compiler.h:132