#ifndef crypto_int64_H #define crypto_int64_H #include typedef int64_t crypto_int64; #endif