mirror of https://github.com/xemu-project/xemu.git
7 lines
83 B
C
7 lines
83 B
C
![]() |
#ifndef QEMU_SM4_H
|
||
|
#define QEMU_SM4_H
|
||
|
|
||
|
extern const uint8_t sm4_sbox[256];
|
||
|
|
||
|
#endif
|