No description
Find a file
Ganesh Viswanathan 5b49c41709 v0.1.2
2019-12-28 10:47:48 -06:00
tests Install nimgen, cleanup tests, gnu11 2018-11-02 23:24:18 -05:00
.gitignore Initial version 2018-10-02 10:10:11 -05:00
LICENSE Initial version 2018-10-02 10:10:11 -05:00
nimmonocypher.cfg Remove sha512 2019-12-28 10:47:46 -06:00
nimmonocypher.nimble v0.1.2 2019-12-28 10:47:48 -06:00
README.md Install nimgen, cleanup tests, gnu11 2018-11-02 23:24:18 -05:00

Nimmonocypher is a Nim wrapper for the monocypher library.

Nimmonocypher is distributed as a Nimble package and depends on nimgen and c2nim to generate the wrappers. The monocypher source code is downloaded using git.

Installation

Nimmonocypher can be installed via Nimble:

> nimble install nimmonocypher

This will download, wrap and install nimmonocypher in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Module documentation can be found here.

Refer to the tests directory for examples on how the library can be used.

Credits

Nimmonocypher wraps the monocypher library and all its licensing terms apply to the usage of this package.

Credits go out to c2nim as well without which this package would be greatly limited in its abilities.

Feedback

Nimmonocypher is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.