monocypher 0.4.4

Bindings for the monocypher C library
# monocypher-rs

[![dependency status](https://deps.rs/repo/github/jan-schreib/monocypher-rs/status.svg)](https://deps.rs/repo/github/jan-schreib/monocypher-rs)

Rust bindings for [monocypher](https://monocypher.org/)

[Documentation](https://docs.rs/monocypher)

ToDo:

- [x] improve documentation
- [x] Unit Tests
- [ ] Integration Tests
- [ ] High Level API
- [x] Tell the monocypher devs about this

## Contributing

To contribute, you'll need to clone this repository, which includes the monocypher source as a
submodule. To clone with the submodule, run:

```console
$ git clone --recurse-submodules <git-repository-url>
```

If the repository is already cloned, you can download or update the submodule with:

```console
$ git submodule update --init --recursive
```