libsodium: updated to 1.0.10
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / aes128ctr / portable / types.h
blob1427271ffda9349c6907cd52def5d74dd3080dc5
1 #ifndef TYPES_H
2 #define TYPES_H
4 #include <stdint.h>
5 #include <stdlib.h>
7 typedef uint32_t uint32;
8 typedef uint64_t uint64;
10 #endif