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

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

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