diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/crypto/sm4.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/crypto/sm4.h b/include/crypto/sm4.h new file mode 100644 index 0000000..9bd3ebc --- /dev/null +++ b/include/crypto/sm4.h @@ -0,0 +1,6 @@ +#ifndef QEMU_SM4_H +#define QEMU_SM4_H + +extern const uint8_t sm4_sbox[256]; + +#endif |