8 #ifndef BOTAN_CRC24_H__
9 #define BOTAN_CRC24_H__
11 #include <botan/hash.h>
21 std::string
name()
const {
return "CRC24"; }
25 void clear() { crc = 0xB704CE; }
30 void add_data(
const byte[],
size_t);
31 void final_result(
byte[]);
HashFunction * clone() const
size_t output_length() const