sarhash-core 0.1.0

A modular library for password hashing (Argon2) and strength verification (zxcvbn).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all build test clean run

all: build

build:
	cargo build

test:
	cargo test

clean:
	cargo clean

run:
	cargo run --example demo