argonautica 0.2.0

Idiomatic Argon2 password hashing for Rust
Documentation
1
2
3
4
5
6
7
#![allow(dead_code)]

use {Error, Hasher};

fn h0(_hasher: &mut Hasher) -> Result<[u8; 72], Error> {
    unimplemented!();
}