12#include <botan/hash.h>
24 std::string
name()
const override {
return "CRC24"; }
27 std::unique_ptr<HashFunction>
copy_state()
const override;
29 void clear()
override { m_crc = 0XCE04B7L; }
34 void add_data(
const uint8_t[],
size_t)
override;
35 void final_result(uint8_t[])
override;
HashFunction * clone() const override
std::string name() const override
size_t output_length() const override
virtual std::unique_ptr< HashFunction > copy_state() const =0
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)