Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
An AES-based 384 bit permutation.
- Host: GitHub
- URL: https://github.com/jedisct1/simpira384
- Owner: jedisct1
- License: mit
- Created: 2019-07-16T08:14:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T12:07:33.000Z (over 5 years ago)
- Last Synced: 2024-10-05T04:35:00.675Z (about 1 month ago)
- Topics: aes, crypto, cryptography, permutation
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)