mgm 0.1.0

Generic implementation of the Multilinear Galois Mode (MGM) cipher
Documentation
[dependencies.aead]
default-features = false
version = "0.3"

[dependencies.block-cipher]
default-features = false
version = "0.7"

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

[dependencies.hex-literal]
version = "0.2"

[dependencies.subtle]
default-features = false
version = "2"
[dev-dependencies.aead]
default-features = false
features = ["dev"]
version = "0.3.2"

[dev-dependencies.hex-literal]
version = "0.2"

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

[features]
alloc = ["aead/alloc"]
default = ["alloc"]
heapless = ["aead/heapless"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Generic implementation of the Multilinear Galois Mode (MGM) cipher"
documentation = "https://docs.rs/mgm"
edition = "2018"
homepage = "https://github.com/RustCrypto/AEADs"
keywords = ["encryption", "aead"]
license = "Apache-2.0 OR MIT"
name = "mgm"
readme = "README.md"
repository = "https://github.com/RustCrypto/AEADs/tree/master/mgm"
version = "0.1.0"