Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codecat/monocypher-go
- Owner: codecat
- Created: 2020-07-06T21:36:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T20:12:39.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:15:00.904Z (7 months ago)
- Language: C
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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