serpent 0.4.0

Serpent block cipher
Documentation
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.cipher]
version = "0.3"

[dependencies.opaque-debug]
version = "0.3"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.3"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Serpent block cipher"
documentation = "https://docs.rs/serpent"
edition = "2018"
keywords = ["crypto", "serpent", "block-cipher"]
license = "Apache-2.0 OR MIT"
name = "serpent"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.4.0"