]> git.proxmox.com Git - mirror_qemu.git/blob - include/crypto/sm4.h
crypto: move sm4_sbox from target/arm
[mirror_qemu.git] / include / crypto / sm4.h
1 #ifndef QEMU_SM4_H
2 #define QEMU_SM4_H
3
4 extern const uint8_t sm4_sbox[256];
5
6 #endif