aes-ccm 0.3.0

A pure-Rust, #![no_std], zero-allocation AES-CCM implementation ported from TinyCrypt using RustCrypto's AES.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "aes-ccm"
version = "0.3.0"
authors = ["Martin Disch <martindisch@gmail.com>", "Arnaud Durand <arnaud.durand@unifr.ch>"]
description = "A pure-Rust, #![no_std], zero-allocation AES-CCM implementation ported from\nTinyCrypt using RustCrypto's AES.\n"
readme = "README.md"
keywords = ["aead"]
categories = ["cryptography", "no-std", "embedded"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/martindisch/aes-ccm"
[dependencies.aes]
version = "0.3.2"
[dev-dependencies.hex-literal]
version = "0.2.0"

[features]
default = ["std"]
std = []
[badges.maintenance]
status = "passively-maintained"