Skip to content

Commit

Permalink
Add Argon2-based password hashing API.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Apr 16, 2021
1 parent e98f7bf commit c4d478c
Show file tree
Hide file tree
Showing 14 changed files with 1,502 additions and 86 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- nightly
features:
- serde
- base64
- simd_backend
- default
os:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rust = "1.51"
version = "0.3.6"

[dependencies]
base64 = {version = "0.13", optional = true}
bitflags = "1.0"
chacha20 = {version = "0.6", features = ["rng"]}
curve25519-dalek = "3.0"
Expand Down
Loading

0 comments on commit c4d478c

Please sign in to comment.