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

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

Awesome Lists containing this project

README

          

[![Travic CI](https://travis-ci.org/mdp/sodiumbox.svg?branch=master)](https://travis-ci.org/mdp/sodiumbox)
[![Coverage Status](https://coveralls.io/repos/github/mdp/sodiumbox/badge.svg)](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