mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-17 07:28:14 +08:00
9 lines
110 B
C
9 lines
110 B
C
#ifndef crypto_uint64_H
|
|
#define crypto_uint64_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint64_t crypto_uint64;
|
|
|
|
#endif
|