Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 393 Bytes

File metadata and controls

18 lines (12 loc) · 393 Bytes

argon2hash

Hash input using Argon2.

Installation

You need to have a Rust toolchain installed.

$ git clone https://github.com/PaulmannLighting/argon2hash.git
$ cd argon2hash
$ cargo build --release

Contribution guidelines

  • Use cargo fmt
  • Use cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::cargo