Std.App.Password.storeWith
fn
storeWith: Str -> Str -> Int -> Std.App.Password.StoredThis is a callable function.
What it does
The same, with the salt and work factor given.
For a program checking that two passwords stored the same way agree, and
for the re-derivation that verifying is. Not for storing a password with a
salt somebody chose.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
