VexRiscvBPluginGenerator/aes256decrypt-rv32/crypto_uint8.h
2021-02-16 12:56:56 -05:00

6 lines
91 B
C

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