Rust bindings for monocypher
ToDo:
- improve documentation
- Unit Tests
- Integration Tests
- High Level API
- Tell the monocypher devs about this
To contribute, you'll need to clone this repository, which includes the monocypher source as a submodule. To clone with the submodule, run:
$ git clone --recurse-submodules <git-repository-url>
If the repository is already cloned, you can download or update the submodule with:
$ git submodule update --init --recursive