8 lines
109 B
C
8 lines
109 B
C
|
|
#ifndef crypto_uint64_h
|
||
|
|
#define crypto_uint64_h
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
typedef uint64_t crypto_uint64;
|
||
|
|
|
||
|
|
#endif
|