[go: up one dir, main page]

aead 0.1.0

Traits for Authenticated Encryption with Associated Data (AEAD) algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "aead"
version = "0.1.0"
authors = ["RustCrypto Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms"
documentation = "https://docs.rs/aead"
repository = "https://github.com/RustCrypto/traits"
keywords = ["digest", "crypto", "encryption"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = { version = "0.12", default-features = false }