monocypher

Crates.iomonocypher
lib.rsmonocypher
version0.4.4
sourcesrc
created_at2018-03-07 21:35:00.141013
updated_at2023-12-04 11:13:50.828966
descriptionBindings for the monocypher C library
homepagehttps://github.com/jan-schreib/monocypher-rs
repositoryhttps://github.com/jan-schreib/monocypher-rs
max_upload_size
id54420
size36,973
Jan S (jan-schreib)

documentation

README

monocypher-rs

dependency status

Rust bindings for monocypher

Documentation

ToDo:

  • improve documentation
  • Unit Tests
  • Integration Tests
  • High Level API
  • 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:

$ 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
Commit count: 82

cargo fmt