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