php-sha3 icon indicating copy to clipboard operation
php-sha3 copied to clipboard

PHP extension providing the sha3() hashing function

Results 5 php-sha3 issues
Sort by recently updated
recently updated
newest added

Hi, When doing some performance comparisons I noticed that you extension increasingly consumes more memory with each iteration. A simple test script: ```

VC report an Error on Line 72 php_sha3.c there is a constant needed, so I set it to maximum: *\* php_sha3.c 72: BitSequence hashVal[512/8]; ** and the config.w32 is not...

Can this library receive hex or base64 as input into the hash? Can this library perform HMAC using the SHA3 algorithm? I would like to do HMAC(key, message) with perhaps...

enhancement

I use that your extension on Linux and works perfectly but also like to use in Windows, is possible?

Error **make** at parametrs **TSRMLS_CC** if remove him. Make is complite. But make tset is all failed. If add extension in PHP. Showed error in call function _PHP Warning: Missing...