forro 0.1.0

An implementation of the Forró cipher.
Documentation
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.cfg-if]
version = "1"

[dependencies.poly1305]
version = "0.8"

[dependencies.zeroize]
default-features = false
features = ["derive"]
optional = true
version = "1.6"

[dev-dependencies.hex]
version = "0.4"

[features]
default = ["zeroize"]
error_in_core = []
std = []
zeroize = ["dep:zeroize"]

[package]
categories = ["cryptography", "no-std"]
description = """
An implementation of the Forró cipher.
"""
documentation = "https://docs.rs/forro"
edition = "2021"
keywords = ["forro", "stream-cipher", "aead"]
license = "BSD-3-Clause"
name = "forro"
readme = "README.md"
repository = "https://github.com/ericlagergren/forro"
version = "0.1.0"

[package.metadata.cargo-all-features]
always_include_features = []
denylist = ["error_in_core"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs"]