Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 610 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 610 Bytes

Secret-Handshake

Rust wrapper around shs1-c.

API documentation

The examples folder contains executables for use with the shs1-testsuite. Run cargo build --example client or cargo build --example server to compile them.

Building

This module depends on libsodium.

This also contains shs1-c as a git submodule, so be sure to perform the right git magic when cloning, updating etc.