Skip to content

Commit b822e3f

Browse files
authored
yescrypt v0.1.0-pre.2 (#691)
1 parent c924759 commit b822e3f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yescrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yescrypt"
3-
version = "0.1.0-pre.1"
3+
version = "0.1.0-pre.2"
44
description = "Pure Rust implementation of the yescrypt password-based key derivation function"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

yescrypt/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ The implementation contained in this crate has never been independently audited!
2222
USE AT YOUR OWN RISK!
2323

2424
Note that this crate is in an early stage of implementation and may contain bugs or features which
25-
do not work correctly, potentially resulting in miscomputed outputs which do not match the ones
26-
produced by the reference implementation.
27-
28-
We suggest before using yescrypt params other than `Params::default` to ensure that password hashes
29-
produced by this crate match the ones produced by the reference implementation.
25+
do not work correctly.
3026

3127
## Minimum Supported Rust Version (MSRV) Policy
3228

0 commit comments

Comments
 (0)