summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint8.h
blob: 789613ba5fb49d9f81906cc557fdd8accbb8b03c (plain)
1
2
3
4
5
6
7
8
#ifndef crypto_uint8_H
#define crypto_uint8_H

#include <stdint.h>

typedef uint8_t crypto_uint8;

#endif