Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/include/crypto/sm4.h
2023-03-06 14:48:14 +01:00

7 lines
83 B
C

#ifndef QEMU_SM4_H
#define QEMU_SM4_H
extern const uint8_t sm4_sbox[256];
#endif