Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yescrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yescrypt"
version = "0.1.0-pre.1"
version = "0.1.0-pre.2"
description = "Pure Rust implementation of the yescrypt password-based key derivation function"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 1 addition & 5 deletions yescrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ The implementation contained in this crate has never been independently audited!
USE AT YOUR OWN RISK!

Note that this crate is in an early stage of implementation and may contain bugs or features which
do not work correctly, potentially resulting in miscomputed outputs which do not match the ones
produced by the reference implementation.

We suggest before using yescrypt params other than `Params::default` to ensure that password hashes
produced by this crate match the ones produced by the reference implementation.
do not work correctly.

## Minimum Supported Rust Version (MSRV) Policy

Expand Down