Skip to content

mrtexaznl/php-hybridsch256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-hybridsch256

PHP extension module for HybridScryptHash256 algorithm

Build From Source

Unix/OSX

  1. phpize
  2. If on OSX; export CFLAGS='-arch i386 -arch x86_64'
  3. ./configure --enable-hybridsch256
  4. make
  5. make install
  6. Add the extension to your php.ini
    ; Enable scrypt extension module
    extension=hybridsch256.so

to install system-wide: sudo make install

also, locate the php.ini file in this way: php -i | grep "php.ini"

About

PHP extension module for HybridScryptHash256 algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published