3#ifndef __HASHA_INTERNAL_TYPES_H
4#define __HASHA_INTERNAL_TYPES_H
7#define __ha_byte uint8_t
8#define __ha_buf __ha_byte*
9#define __ha_in_buf_type const __ha_buf
10#define __ha_out_buf_type __ha_buf
__ha_out_buf_type ha_outbuf_t
const __ha_out_buf_type ha_cdigest_t
__ha_out_buf_type ha_digest_t
__ha_in_buf_type ha_inbuf_t
#define __ha_out_buf_type