7 lines
109 B
C
7 lines
109 B
C
#ifndef crypto_uint32_h
|
|
#define crypto_uint32_h
|
|
|
|
#include <stdint.h>
|
|
typedef uint32_t crypto_uint32;
|
|
|
|
#endif
|