nc26676027 / matsui

Implementation of Matsui's algorithm for finding the minimum number of active S-boxes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matsui

Implementation of Matsui's algorithm for finding the minimum number of active S-boxes for Skinny.

Compile with: g++ -O3 --std=c++11 -o matsui matsui.cpp

Note that this implementations relies heavily on recursion and therefore you might have to increase the stack size.

About

Implementation of Matsui's algorithm for finding the minimum number of active S-boxes.

License:MIT License


Languages

Language:Objective-C 99.8%Language:C++ 0.2%