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