Skip to content

enlumox/libsodium-go

 
 

Repository files navigation

libsodium-go

A binding library made in Go for the popular portable cryptography library Sodium.

Purpose

The goal of this binding library is to make use of Sodium in a more Go friendly matter. And of course making it easier to make secure software.

Team (as of now...)

  • Stephen Chavez (@redragonx)
  • Graham Smith (@neuegram)

How to build

For linux, this should be easy since there's pkg-config support. Please make sure libsodium is installed on your system first.

  1. go get -d github.com/GoKillers/libsodium-go
  2. cd into the root of libsodium-go
  3. ./build.sh

For Windows, we need help here. Do a pull request if you know how to compile this on Windows.

License

Copyright 2015 - GoKillers

About

A complete overhaul of the Golang wrapper for libsodium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Shell 0.1%