libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / sodium / crypto_uint64.h
blob98b3f6d344c73322153919da2ba03321ca681a7b
1 #ifndef crypto_uint64_H
2 #define crypto_uint64_H
4 #include <stdint.h>
6 typedef uint64_t crypto_uint64;
8 #endif