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 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.
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.
Install instructions missing!