Crates.io | monocypher |
lib.rs | monocypher |
version | 0.4.4 |
source | src |
created_at | 2018-03-07 21:35:00.141013 |
updated_at | 2023-12-04 11:13:50.828966 |
description | Bindings for the monocypher C library |
homepage | https://github.com/jan-schreib/monocypher-rs |
repository | https://github.com/jan-schreib/monocypher-rs |
max_upload_size | |
id | 54420 |
size | 36,973 |
Rust bindings for monocypher
ToDo:
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