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
- Host: GitHub
- URL: https://github.com/jedisct1/xsecretbox
- Owner: jedisct1
- License: mit
- Created: 2018-01-07T10:39:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T09:21:42.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:46:25.674Z (about 1 year ago)
- Topics: dnscrypt, golang, libsodium, poly1305, xchacha20, xchacha20poly1305
- Language: Go
- Size: 460 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xsecretbox
Go implementation of crypto_secretbox_xchacha20poly1305
Uses [aead/chacha20poly1305](https://github.com/aead/chacha20poly1305).