vep
Variable-length Expansion Pass function. ( i.e. short password to long hashed password )
(supported no-std)
| Docs | Latest Note |
[]
= "1.0.0"
or
[]
= { = "1.0.0", = false } # no-std
How to
use Vep;
use ; // can be any hasher(dyn Digest from `digest` crate)
let src = b"hello vep!"; // <- 10 bytes
let expanded = Vep.expand; // -> 10 * 32 bytes == 320 bytes
* Algorithm
