libhasha 2.2.2
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
2
3#ifndef __HASHA_INTERNAL_TYPES_H
4#define __HASHA_INTERNAL_TYPES_H
5
6#include "./libc.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
11
14
17
18#endif /* __HASHA_INTERNAL_TYPES_H */
__ha_out_buf_type ha_outbuf_t
Definition types.h:13
const __ha_out_buf_type ha_cdigest_t
Definition types.h:16
__ha_out_buf_type ha_digest_t
Definition types.h:15
#define __ha_in_buf_type
Definition types.h:9
__ha_in_buf_type ha_inbuf_t
Definition types.h:12
#define __ha_out_buf_type
Definition types.h:10