Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 358 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 358 Bytes

CEJO White-box AES

A Chow et al.'s white-box AES implementation.

Build

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

Run

$ ./WBAES

Included libraries

  1. WBMatrix
  2. WhiteBoxAES