eme-mode 0.3.1

EME block cipher mode of operation
Documentation
[dependencies.cipher]
version = "0.4.3"
[dev-dependencies.aes]
version = "0.8.1"

[features]
alloc = ["cipher/alloc"]
block-padding = ["cipher/block-padding"]
default = ["block-padding"]
std = ["cipher/std", "alloc"]
zeroize = ["cipher/zeroize"]

[package]
authors = ["Fabian Möller <fabianm88@gmail.com>"]
categories = ["cryptography"]
description = "EME block cipher mode of operation"
edition = "2021"
keywords = ["crypto", "block-cipher", "ciphers"]
license = "MIT OR Apache-2.0"
name = "eme-mode"
readme = "README.md"
repository = "https://github.com/B4dM4n/eme-mode-rs"
resolver = "2"
version = "0.3.1"