Skip to content

IAIK/romulush_collisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the implementations of our attacks presented in our paper:

@article{tosc/NagelerPE23,
    author = {Marcel Nageler and Felix Pallua and Maria Eichlseder},
    title = {Finding Collisions for Round-Reduced {Romulus}-H},
    journal = {{IACR} Trans. Symmetric Cryptol.},
    number = {1},
    volume = {2023},
    pages = {67--88},
    year = {2023},
    doi = {10.46586/tosc.v2023.i1.67-88},
}

Usage

To run the Python code in the sat_modelling directory you first need to run the following command to compile the Cython extension modules.

cd sat_modelling
python3 setup.py build_ext -i

You may need the following dependencies

apt install cython3 python3-z3
pip install pycryptosat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published