crypto-common 0.1.0-pre

Common cryptographic traits
Documentation
[dependencies.block-buffer]
optional = true
version = "0.10.0-pre.2"

[dependencies.generic-array]
version = "0.14"

[features]
block-padding = ["block-buffer/block-padding"]
core-api = ["block-buffer"]
std = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Common cryptographic traits"
documentation = "https://docs.rs/crypto-common"
edition = "2018"
keywords = ["crypto", "traits"]
license = "MIT OR Apache-2.0"
name = "crypto-common"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
version = "0.1.0-pre"