index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
sm4.h
blob: 9bd3ebc62e850669d8558fa963ea7960a3d1e104 (
plain
)
1
2
3
4
5
6
#ifndef QEMU_SM4_H #define QEMU_SM4_H extern const uint8_t sm4_sbox[256]; #endif