ntlm-hash 0.1.0

Lightweight ntlm hash implementation
Documentation
1
2
3
4
5
6
7
8
9
10
This crate inplements the ntlm hash in pure rust.

# Usage :


```rust
use ntlm_hash::*
println!("{}", ntlm_hash("some_string"))
```
# Limitation :

This crate hashes only strings of maximum 31 characters long.