https://github.com/kassane/d-aegis
AEGIS high performance ciphers for D
https://github.com/kassane/d-aegis
aead aegis aegis128 aegis128l aegis256 bindings cipher crypto d dlang libaegis
Last synced: 4 months ago
JSON representation
AEGIS high performance ciphers for D
- Host: GitHub
- URL: https://github.com/kassane/d-aegis
- Owner: kassane
- License: bsl-1.0
- Created: 2025-05-07T14:09:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-03T16:03:44.000Z (8 months ago)
- Last Synced: 2025-10-20T00:22:06.498Z (8 months ago)
- Topics: aead, aegis, aegis128, aegis128l, aegis256, bindings, cipher, crypto, d, dlang, libaegis
- Language: D
- Homepage: http://aegis.dub.pm
- Size: 17.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AEGIS for D
This is a D implementation of [AEGIS](https://datatracker.ietf.org/doc/draft-irtf-cfrg-aegis-aead/).
AEGIS is a new family of authenticated encryption algorithms, offering high security and exceptional performance on modern desktop, server, and mobile CPUs.
# [API documentation](https://aegis.dpldocs.dlang.org)
# Acknowledgements
- [jedisct1](https://github.com/jedisct1/) - for the original implementation