[go: up one dir, main page]

rust-argon2 3.0.0

Rust implementation of the Argon2 password hashing function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo build --release --verbose
  - cargo test --release --test integration_test --verbose -- --test-threads=2