/*
* 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_

#include <botan/threefish_512.h>

#endif
