This repository contains proof-of-concept code for the paper
- Attacks and Countermeasures for White-box Designs
by Alex Biryukov and Aleksei Udovenko (ASIACRYPT 2018)
The code is splitted into three parts:
- Implementation: Proof-of-concept implementation of AES using the new nonlinear masking scheme.
- Verification: Code for verifying algebraic security of gadgets.
- Attacks: Several attacks from the paper.