pcbc 0.0.0

Propagating cipher block chaining (PCBC) mode of operation
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "pcbc"
version = "0.0.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Propagating cipher block chaining (PCBC) mode of operation"
edition = "2018"

[dependencies]