An open API service indexing awesome lists of open source software.

https://github.com/jedisct1/simpira384

An AES-based 384 bit permutation.
https://github.com/jedisct1/simpira384

aes crypto cryptography permutation

Last synced: 11 months ago
JSON representation

An AES-based 384 bit permutation.

Awesome Lists containing this project

README

          

# simpira384

Simpira384 is an AES-based 384 bit permutation, intended to be used as
an alternative to Xoodoo[12] or Gimli-24 on platforms with the AES-NI
instruction set.

It is an instantiation of Simpira v2 with `b=3`.

References:

* [Simpira v2](https://hal.inria.fr/hal-01403414/document) A family of
efficient permutations using the AES round function (Gueron, Mouha)