Skip to content

Latest commit

 

History

History
 
 

algebraic_security_AC2018

White-box Algebraic Security

This repository contains proof-of-concept code for the paper

The code is splitted into three parts:

  1. Implementation: Proof-of-concept implementation of AES using the new nonlinear masking scheme.
  2. Verification: Code for verifying algebraic security of gadgets.
  3. Attacks: Several attacks from the paper.

Requirements: Python2, SageMath, PyPy2 (recommended)