strobe-rs 0.5.4

An implementation of the Strobe protocol framework in pure Rust
Documentation
[dependencies.bitflags]
version = "1.2"

[dependencies.byteorder]
default-features = false
version = "1.3"

[dependencies.subtle]
default-features = false
version = "2.2"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0"
[dev-dependencies.hex]
version = "0.3"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
std = []

[package]
authors = ["Michael Rosenberg <michael@mrosenberg.pub>"]
categories = ["cryptography", "no-std"]
description = "An implementation of the Strobe protocol framework in pure Rust"
documentation = "https://docs.rs/strobe-rs"
edition = "2018"
keywords = ["crypto", "strobe", "protocol", "framework", "no_std"]
license = "MIT/Apache-2.0"
name = "strobe-rs"
repository = "https://github.com/rozbb/strobe-rs"
version = "0.5.4"