VexRiscvBPluginGenerator/sha256standalone-rv32/crypto_uint8.h
2020-11-11 09:43:15 -05:00

6 lines
91 B
C

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