forked from leftypol/leftypol
hide.php: add hide.php to the functions
This commit is contained in:
parent
54dcf79a7f
commit
acdf792daf
1 changed files with 6 additions and 0 deletions
6
inc/functions/hide.php
Normal file
6
inc/functions/hide.php
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
namespace Vichan\Functions\Hide;
|
||||||
|
|
||||||
|
function secure_hash(string $data, bool $binary): string {
|
||||||
|
return \hash('tiger160,3', $data, $binary);
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue