summaryrefslogtreecommitdiff
path: root/nacl/crypto_stream/aes128ctr/portable/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/crypto_stream/aes128ctr/portable/types.h')
-rw-r--r--nacl/crypto_stream/aes128ctr/portable/types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/nacl/crypto_stream/aes128ctr/portable/types.h b/nacl/crypto_stream/aes128ctr/portable/types.h
new file mode 100644
index 00000000..6aa502fc
--- /dev/null
+++ b/nacl/crypto_stream/aes128ctr/portable/types.h
@@ -0,0 +1,10 @@
1#ifndef TYPES_H
2#define TYPES_H
3
4#include "crypto_uint32.h"
5typedef crypto_uint32 uint32;
6
7#include "crypto_uint64.h"
8typedef crypto_uint64 uint64;
9
10#endif