nimmonocypher

monocypher wrapper for Nim

Wrapper score 15/100 · tests present · no docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install nimmonocypher
choosenim install nimmonocypher
git clone https://github.com/genotrance/nimmonocypher

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimmonocypher - - - - - - -

Source

Repository https://github.com/genotrance/nimmonocypher
Homepage https://github.com/genotrance/nimmonocypher
Registry Source nimble_official

README

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.