Nexus-TYF / WSISE-White-box-SM4

An implementation of WSISE white-box SM4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSISE White-box SM4

White-box implementation of SM4 algorithm with Internal State Expansion (WSISE).

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

$ ./WBSM4

Included libraries

  1. WBMatrix
  2. Xiao-Lai-White-box-SM4

About

An implementation of WSISE white-box SM4.

License:Apache License 2.0


Languages

Language:C 99.8%Language:CMake 0.2%