php-argon2-ext icon indicating copy to clipboard operation
php-argon2-ext copied to clipboard

Adds namespace support

Open charlesportwoodii opened this issue 7 years ago • 0 comments

Adds support for namespaces to differentiate this further from the PHP NEXT implementation.

\Argon2\Hash(string $string [, const $algorithm = HASH_ARGON2ID] [, array $options ] [, bool $raw = false ]);
\Argon2\Verify(string $string, string $hash);
\Argon2\Info(string $hash);

charlesportwoodii avatar Jun 05 '17 19:06 charlesportwoodii