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

https://github.com/timothymeadows/aeadchacha20poly1305.netcore

Implementation of AEAD_CHACHA20_POLY1305 an authenticated encryption with additional data algorithm using ChaCha20, and Poly1305 designed by D. J. Bernstein. Optimized for PinnedMemory, and .NET core.
https://github.com/timothymeadows/aeadchacha20poly1305.netcore

Last synced: about 1 year ago
JSON representation

Implementation of AEAD_CHACHA20_POLY1305 an authenticated encryption with additional data algorithm using ChaCha20, and Poly1305 designed by D. J. Bernstein. Optimized for PinnedMemory, and .NET core.

Awesome Lists containing this project