Skip to content

jan-schreib/monocypher-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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