1 2 3 4 5 6 7
#pragma once #include <stdint.h> typedef unsigned char BitSequence; typedef uint32_t DataLength; typedef enum {SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2} HashReturn;