belt-ecb 0.0.1

Generic implementation of the belt-ecb block mode of operation (STB 34.101.31-2020)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "belt-ecb"
version = "0.0.1"
description = "Generic implementation of the belt-ecb block mode of operation (STB 34.101.31-2020)"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.81"
readme = "README.md"
documentation = "https://docs.rs/belt-ecb"
repository = "https://github.com/RustCrypto/block-modes"
keywords = ["crypto", "block-mode", "ciphers"]
categories = ["cryptography", "no-std"]