Skip to content

Commit

Permalink
yescrypt v0.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 18, 2024
1 parent d36293c commit 87f7f42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
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.

8 changes: 3 additions & 5 deletions yescrypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[package]
name = "yescrypt"
version = "0.0.0"
description = """
Pure Rust implementation of the yescrypt password hashing function
"""
version = "0.0.1-alpha"
description = "Pure Rust implementation of the yescrypt password hashing function"
authors = ["RustCrypto Developers"]
license = "BSD-2-Clause"
documentation = "https://docs.rs/yescrypt"
Expand All @@ -22,7 +20,7 @@ pbkdf2 = { version = "=0.13.0-pre.1", path = "../pbkdf2" }
salsa20 = { version = "=0.11.0-pre.1", default-features = false }
sha2 = { version = "=0.11.0-pre.4", default-features = false }

#[dev-dependencies]
[dev-dependencies]
hex-literal = "0.4"

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions yescrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dual licensed as above, without any additional terms or conditions.
[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
[build-image]: https://github.com/RustCrypto/password-hashes/workflows/yescrypt/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/password-hashes/actions?query=workflow%3Ayescrypt
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/yescrypt.yml/badge.svg
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/yescrypt.yml

[//]: # (links)

Expand Down

0 comments on commit 87f7f42

Please sign in to comment.