summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_int64.h
blob: fc92417b6299f30e6cfcef911d8cee931ee0a601 (plain)
1
2
3
4
5
6
#ifndef crypto_int64_h
#define crypto_int64_h

typedef long long crypto_int64;

#endif