Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecat/monocypher-go

Go bindings for Monocypher's sign and check functions.
https://github.com/codecat/monocypher-go

Last synced: 6 days ago
JSON representation

Go bindings for Monocypher's sign and check functions.

Awesome Lists containing this project

README

        

# monocypher-go
Go bindings for [Monocypher](https://monocypher.org/).

Loosely based on [demonshredder's bindings](https://github.com/demonshreder/monocypher-go), but has a few differences:

* Only contains `crypto_sign` and `crypto_check` (because that's what I needed)
* Updated to the latest version of Monocypher
* Fixed some building issues and memory leaks