summaryrefslogtreecommitdiffstats
path: root/include/crypto/sm4.h
blob: 9bd3ebc62e850669d8558fa963ea7960a3d1e104 (plain) (blame)
1
2
3
4
5
6
#ifndef QEMU_SM4_H
#define QEMU_SM4_H

extern const uint8_t sm4_sbox[256];

#endif