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

https://github.com/jedisct1/xsecretbox

Go implementation of crypto_secretbox_xchacha20poly1305
https://github.com/jedisct1/xsecretbox

dnscrypt golang libsodium poly1305 xchacha20 xchacha20poly1305

Last synced: about 1 year ago
JSON representation

Go implementation of crypto_secretbox_xchacha20poly1305

Awesome Lists containing this project

README

          

# xsecretbox

Go implementation of crypto_secretbox_xchacha20poly1305

Uses [aead/chacha20poly1305](https://github.com/aead/chacha20poly1305).