summaryrefslogtreecommitdiff
path: root/libs/libaxolotl/src/curve25519/ed25519/nacl_includes/crypto_uint64.h
blob: 8f385c87578e832f4cab149b3655c51bdd1a4e82 (plain)
1
2
3
4
5
6
#ifndef crypto_uint64_h
#define crypto_uint64_h

typedef unsigned long long crypto_uint64;

#endif