All Projects → aead → hydrogen

aead / hydrogen

Licence: MIT license
Go implementation of libhydrogen - a lightweight, easy-to-use crypto library

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to hydrogen

hydro
Libhydrogen bindings for Erlang
Stars: ✭ 19 (-24%)
Mutual labels:  libhydrogen
rust-libhydrogen
Libhydrogen bindings for Rust.
Stars: ✭ 15 (-40%)
Mutual labels:  libhydrogen

Godoc Reference Build Status

hydrogen logo

Warining:

This repository is under the high developement and is not stable nor feature-complete.
Currently you should not use this code - but your contributions are welcome!

Feel free to open issues or contribute code.

Hydrogen

Hydrogen is a Go implementation of the libhydrogen library.

This project tries to provide an idiomatic and easy-to-use / hard-to-misuse API to modern cryptographic primitives.
Therefore hydrogen relies on few but well-designed and approved cryptographic primitives like BLAKE2X,
XChaCha20 and X25519. For more information take a look at the wiki or the documentation.

Quick start

To get the latest version run: go get github.com/aead/hydrogen

For more information about how to use hydrogen within your project take a look at the Installation section.

Installation

Install instructions missing!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].