The recommended Go bindings for Monocypher is currently https://github.com/HACKERALERT/Monocypher-Go
This repo is no longer maintained.
Go language bindings for https://github.com/LoupVaillant/Monocypher, a simple to use crypto library inspired from Libsodium and TweetNacl.
The bindings mimic the monocypher API - http://loup-vaillant.fr/projects/monocypher/manual
Go binding docs - https://godoc.org/github.com/demonshreder/monocypher-go/monocypher
- [x] crypto_lock - Lock
- [x] crypto_unlock - Unlock
- [x] crypto_aead_lock - AeadLock
- [x] crypto_aead_unlock - AeadUnlock
- [x] crypto_sign_public_key - GenPublicKey
- [x] crypto_sign - SignMessage
- [x] crypto_check - CheckMessageSignature