block-cipher-trait 0.1.0

Trait for block cipher algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "block-cipher-trait"
version = "0.1.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Trait for block cipher algorithms"
documentation = "https://docs.rs/block-cipher-trait"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "block-cipher", "trait"]

[dependencies]
generic-array = "0.5"