Argon2 implementation

This commit is contained in:
daxpedda
2021-06-21 12:26:22 -07:00
committed by Kevin Lewi
parent 1572ff0104
commit 535b9b8ee4
5 changed files with 84 additions and 11 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
- run: cargo test --verbose --features slow-hash --no-default-features --features ${{ matrix.backend_feature }}
- run: cargo test --verbose --features scrypt,argon --no-default-features --features ${{ matrix.backend_feature }}
serde-test:
name: Test on ${{ matrix.target }} with serde support