/monocypher-go

Go language bindings for https://github.com/LoupVaillant/Monocypher

Primary LanguageCMIT LicenseMIT

Not Maintained

The recommended Go bindings for Monocypher is currently https://github.com/HACKERALERT/Monocypher-Go

This repo is no longer maintained.

monocypher-go

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

Bindings status

- [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