secret_handshake

Crates.iosecret_handshake
lib.rssecret_handshake
version5.0.0
sourcesrc
created_at2017-07-26 13:00:25.328858
updated_at2018-03-10 11:19:32.797668
descriptionImplementation of the secret-handshake protocol.
homepage
repositoryhttps://github.com/AljoschaMeyer/secret-handshake-rs
max_upload_size
id25153
size194,949
all (github:sunrise-choir:all)

documentation

README

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.

Commit count: 77

cargo fmt