2015-10-26 18:00:53 +02:00

9 lines
106 B
C

#ifndef crypto_uint8_H
#define crypto_uint8_H
#include <stdint.h>
typedef uint8_t crypto_uint8;
#endif