mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-16 23:18:24 +08:00
9 lines
110 B
C
Executable File
9 lines
110 B
C
Executable File
#ifndef crypto_uint32_H
|
|
#define crypto_uint32_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint32_t crypto_uint32;
|
|
|
|
#endif
|