Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 774 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 774 Bytes

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