aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/get_byte.h
blob: 14f55b97b21e3c47a4a285cf4229bcf1afcb04e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Read out bytes
* (C) 1999-2007 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/

#ifndef BOTAN_GET_BYTE_H__
#define BOTAN_GET_BYTE_H__

#include <botan/types.h>

namespace Botan {


}

#endif