otp-stream 0.1.0

Encrypt a stream by xoring it with another stream or an extensible output function
Documentation
[dependencies.either]
default-features = false
version = "1.12.0"

[dependencies.embedded-io]
version = "0.6.1"

[dependencies.embedded-io-async]
version = "0.6.1"

[dependencies.sha3]
default-features = false
version = "0.10.8"

[features]
default = ["std"]
std = ["either/use_std", "sha3/std"]

[lib]
name = "otp_stream"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Encrypt a stream by xoring it with another stream or an extensible output function"
edition = "2021"
license = "CC0-1.0"
name = "otp-stream"
readme = false
version = "0.1.0"