https://github.com/aegis-aead/aegis-jasmin
An implementation of AEGIS in the Jasmin programming language.
https://github.com/aegis-aead/aegis-jasmin
aead aegis aegis-128x2 aegis-256x2 aegis128l aegis256 cipher cryptography jasmin
Last synced: 3 months ago
JSON representation
An implementation of AEGIS in the Jasmin programming language.
- Host: GitHub
- URL: https://github.com/aegis-aead/aegis-jasmin
- Owner: aegis-aead
- License: mit
- Created: 2023-10-26T17:17:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T22:13:35.000Z (about 1 year ago)
- Last Synced: 2025-10-29T05:54:13.304Z (7 months ago)
- Topics: aead, aegis, aegis-128x2, aegis-256x2, aegis128l, aegis256, cipher, cryptography, jasmin
- Language: Assembly
- Homepage:
- Size: 83 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AEGIS implementation in Jasmin
An implementation of the [AEGIS-128L, AEGIS-128X2, AEGIS-256, and AEGIS-256X2](https://cfrg.github.io/draft-irtf-cfrg-aegis-aead/draft-irtf-cfrg-aegis-aead.html) ciphers for x86_64 CPUs with AESNI in the [Jasmin](https://github.com/jasmin-lang/jasmin) programming language.