shs_core 0.3.0

Secret-handshake protocol core
Documentation
# shs_core

[![Documentation](https://docs.rs/shs_core/badge.svg)](https://docs.rs/shs_core)

The core operations of the secret-handshake protocol (used by Secure Scuttlebutt (SSB)).

This is intended to be used via [shs_async](https://crates.io/crates/shs_async), which provides
simple futures-based client- and server-side handshake functions.