crypto2 0.1.1

cryptographic algorithms
Documentation
[dependencies]
[dev-dependencies.hex]
version = "0.4"

[features]
default = ["std", "openssh"]
nightly = []
openssh = []
std = []

[package]
authors = ["luozijun <luozijun.assistant@gmail.com>"]
description = "cryptographic algorithms"
documentation = "https://docs.rs/crypto2"
edition = "2018"
keywords = ["Cryptography"]
license = "MIT"
name = "crypto2"
repository = "https://github.com/shadowsocks/crypto2"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
rpath = false

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "unwind"