qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

sm4.h (83B)


      1 #ifndef QEMU_SM4_H
      2 #define QEMU_SM4_H
      3 
      4 extern const uint8_t sm4_sbox[256];
      5 
      6 #endif