Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedisct1/aegis-jasmin
An implementation of AEGIS in the Jasmin programming language
https://github.com/jedisct1/aegis-jasmin
aead aegis aegis128l aegis256 cipher cryptography jasmin
Last synced: about 1 month ago
JSON representation
An implementation of AEGIS in the Jasmin programming language
- Host: GitHub
- URL: https://github.com/jedisct1/aegis-jasmin
- Owner: jedisct1
- Created: 2023-10-26T17:17:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-08T22:35:11.000Z (3 months ago)
- Last Synced: 2024-10-05T04:33:11.690Z (about 1 month ago)
- Topics: aead, aegis, aegis128l, aegis256, cipher, cryptography, jasmin
- Language: Assembly
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.