Skip to content

Commit

Permalink
fix(hsh): updated categories and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 16, 2023
1 parent b6992ef commit 6dd768d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
[package]
authors = ["Sebastien Rousseau <[email protected]>"]
build = "build.rs"
categories = ["algorithms", "data-structures", "cryptography"]
categories = [
"algorithms",
"authentication",
"cryptography",
"data-structures",
"encoding",
]
description = "Quantum-Resistant Cryptographic Hash Library for Password Encryption and Verification in Rust"
documentation = "https://docs.rs/hsh"
edition = "2021"
exclude = ["/.git/*", "/.github/*", "/.gitignore", "/.vscode/*"]
homepage = "https://minifunctions.com/"
keywords = ["argon2rs", "hash", "hashing-algorithm", "hsh", "post-quantum"]
keywords = ["argon2", "argon2i", "hash", "password", "security"]
license = "MIT OR Apache-2.0"
name = "hsh"
repository = "https://github.com/sebastienrousseau/hsh/"
Expand Down

0 comments on commit 6dd768d

Please sign in to comment.