summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_int64.h
blob: f68a28361146a02c8e3d606c66ed6d49c3176d24 (plain)
1
2
3
4
5
6
7
8
#ifndef crypto_int64_H
#define crypto_int64_H

#include <stdint.h>

typedef int64_t crypto_int64;

#endif