xref: /qemu/include/crypto/sm4.h (revision 50c88402ca599e577f025e78a4380431be2b3f6d)
1 #ifndef QEMU_SM4_H
2 #define QEMU_SM4_H
3 
4 extern const uint8_t sm4_sbox[256];
5 
6 #endif
7