Pudu programming language
Menu

Std.App.Password.storeWith

1 declaration

fn

storeWith: Str -> Str -> Int -> Std.App.Password.Stored

This 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.

Back to Std.App.PasswordSearch related declarations