From a72f308a21ab09e4b0f81ff6f6a78f678dffe8be Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 18 Aug 2024 17:44:10 -0600 Subject: [PATCH] yescrypt: update description in Cargo.toml --- yescrypt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yescrypt/Cargo.toml b/yescrypt/Cargo.toml index c99bf029..6467116f 100644 --- a/yescrypt/Cargo.toml +++ b/yescrypt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yescrypt" version = "0.0.1-alpha" -description = "Pure Rust implementation of the yescrypt password hashing function" +description = "Pure Rust implementation of the yescrypt password-based key derivation function" authors = ["RustCrypto Developers"] license = "BSD-2-Clause" documentation = "https://docs.rs/yescrypt"