php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sodium_pwhash.stub.php File Reference

Go to the source code of this file.

Variables

const PASSWORD_ARGON2I = "argon2i"
 
const PASSWORD_ARGON2ID = "argon2id"
 
const PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN
 
const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN
 
const PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN
 
const PASSWORD_ARGON2_PROVIDER = "sodium"
 

Variable Documentation

◆ PASSWORD_ARGON2_DEFAULT_MEMORY_COST

const PASSWORD_ARGON2_DEFAULT_MEMORY_COST = UNKNOWN

Definition at line 18 of file sodium_pwhash.stub.php.

◆ PASSWORD_ARGON2_DEFAULT_THREADS

const PASSWORD_ARGON2_DEFAULT_THREADS = UNKNOWN

Definition at line 28 of file sodium_pwhash.stub.php.

◆ PASSWORD_ARGON2_DEFAULT_TIME_COST

const PASSWORD_ARGON2_DEFAULT_TIME_COST = UNKNOWN

Definition at line 23 of file sodium_pwhash.stub.php.

◆ PASSWORD_ARGON2_PROVIDER

const PASSWORD_ARGON2_PROVIDER = "sodium"

Definition at line 32 of file sodium_pwhash.stub.php.

◆ PASSWORD_ARGON2I

const PASSWORD_ARGON2I = "argon2i"

Definition at line 9 of file sodium_pwhash.stub.php.

◆ PASSWORD_ARGON2ID

const PASSWORD_ARGON2ID = "argon2id"

Definition at line 13 of file sodium_pwhash.stub.php.