summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h
blob: 6aa502fceda52f8a6c793ed5faff1f4961566366 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TYPES_H
#define TYPES_H

#include "crypto_uint32.h"
typedef crypto_uint32 uint32;

#include "crypto_uint64.h"
typedef crypto_uint64 uint64;

#endif