cellar-core 0.2.1

A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.
Documentation
[[bench]]
harness = false
name = "bench_cellar"
[dependencies.base64]
version = "0.11"

[dependencies.blake2s_simd]
version = "0.5"

[dependencies.c2-chacha]
version = "0.2"

[dependencies.ed25519-dalek]
version = "1.0.0-pre.3"

[dependencies.rand]
version = "0.7"

[dependencies.rust-argon2]
version = "0.6"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.quickcheck_macros]
version = "0.8"

[package]
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
categories = ["cryptography"]
description = "A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.\n"
documentation = "https://docs.rs/cellar/0.1.0/cellar_core/"
edition = "2018"
homepage = "https://github.com/tyrchen/cellar"
keywords = ["password", "security", "cryptography"]
license = "MIT"
name = "cellar-core"
readme = "../README.md"
repository = "https://github.com/tyrchen/cellar"
version = "0.2.1"