VexRiscvBPluginGenerator/aes256encrypt-rv32/crypto_uint8.h
2021-02-16 03:58:42 -05:00

6 lines
91 B
C

#ifndef crypto_uint8_h
#define crypto_uint8_h
typedef unsigned char crypto_uint8;
#endif