VexRiscvBPluginGenerator/aes256ctrstandalone-rv32/crypto_uint8.h
2020-11-05 09:17:16 -05:00

6 lines
91 B
C

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