https://github.com/mdp/sodiumbox
Libsodium's crypto_box_sealed in pure golang
https://github.com/mdp/sodiumbox
Last synced: 11 months ago
JSON representation
Libsodium's crypto_box_sealed in pure golang
- Host: GitHub
- URL: https://github.com/mdp/sodiumbox
- Owner: mdp
- License: mit
- Created: 2016-02-10T23:16:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T17:37:47.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T00:02:14.093Z (about 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/mdp/sodiumbox)
[](https://coveralls.io/github/mdp/sodiumbox)
# SodiumBox LibSodium crypto_box_seal in Go
Pure go library for interacting with libsodiums crypto_box_seal
## Install
`go get github.com/mdp/sodiumbox`
## Test
```
cd $GOHOME/src/github.com/mdp/sodiumbox
go test -v
```
### License: MIT