Files

9 lines
128 B
C
Raw Permalink Normal View History

2024-09-28 14:24:04 +08:00
#ifndef CRYPTO_UINT32_H
#define CRYPTO_UINT32_H
#include <stdint.h>
typedef uint32_t crypto_uint32;
#endif //CRYPTO_UINT32_H