[dependencies.block-padding]
optional = true
version = "0.4"
[dependencies.hybrid-array]
version = "0.4"
[lib]
name = "inout"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
documentation = "https://docs.rs/inout"
edition = "2024"
keywords = ["custom-reference"]
license = "MIT OR Apache-2.0"
name = "inout"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
rust-version = "1.85"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "split-inout"
path = "tests/split-inout.rs"