| Crates.io | secret_handshake |
| lib.rs | secret_handshake |
| version | 5.0.0 |
| created_at | 2017-07-26 13:00:25.328858+00 |
| updated_at | 2018-03-10 11:19:32.797668+00 |
| description | Implementation of the secret-handshake protocol. |
| homepage | |
| repository | https://github.com/AljoschaMeyer/secret-handshake-rs |
| max_upload_size | |
| id | 25153 |
| size | 194,949 |
Rust wrapper around shs1-c.
The examples folder contains executables for use with the shs1-testsuite. Run cargo build --example client or cargo build --example server to compile them.
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.