FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-scrypt/php_scrypt.stub.php at master · DomBlack/php-scrypt · GitHub
DomBlack
/
php-scrypt
Public
Notifications
You must be signed in to change notification settings
Fork
54
Star
212
Code
Issues
4
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
php-scrypt
/
php_scrypt.stub.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (7 loc) · 357 Bytes
Breadcrumbs
php-scrypt
/
php_scrypt.stub.php
Copy path
File metadata and controls
10 lines (7 loc) · 357 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
<?php
/**
* @generate-class-entries
* @generate-legacy-arginfo 70000
*/
function
scrypt
(#[\SensitiveParameter]
string
$
password
, #[\SensitiveParameter]
string
$
salt
,
int
$
N
,
int
$
r
,
int
$
p
,
int
$
key_length
,
bool
$
raw_output
=
false
):
string
|
false
{}
function
scrypt_pickparams
(
int
$
max_memory
,
float
$
memory_fraction
,
float
$
max_time
):
array
|
false
{}
Back
|
FazBrowse Home
|
New Git URL