libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / aes128ctr / portable / types.h
blob6aa502fceda52f8a6c793ed5faff1f4961566366
1 #ifndef TYPES_H
2 #define TYPES_H
4 #include "crypto_uint32.h"
5 typedef crypto_uint32 uint32;
7 #include "crypto_uint64.h"
8 typedef crypto_uint64 uint64;
10 #endif