abstract class Poodle\Scrypt
Scrypt key derivation function
Constants string ITOA64 integer MEMLIMIT_INTERACTIVE integer OPSLIMIT_INTERACTIVE string STRPREFIX
Methods public static hash ( $string, $opslimit = 32768, $memlimit = 16777216 ) kdf ( $passphrase, $salt, $N, $r, $p, $length, $raw_output = false ) verify ( $hash, $str )
|