qemu-e2k/include/crypto/sm4.h

7 lines
83 B
C

#ifndef QEMU_SM4_H
#define QEMU_SM4_H
extern const uint8_t sm4_sbox[256];
#endif