VexRiscvBPluginGenerator/sha512standalone-rv32/crypto_uint8.h
2020-11-11 12:29:17 -05:00

6 lines
91 B
C

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