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

hash_hmac function supports the sha3 alogorithm since PHP 7.1

Open peter279k opened this issue 7 years ago • 1 comments

As title, the hash_hmac function supports the sha-3 algorithms since PHP 7.1.

I think it should be better than using this PHP package and this should support before PHP 7.1 version.

See more details about this.

Thanks.

peter279k avatar Aug 20 '18 01:08 peter279k

I need sha3-64, so it should exist

AdminHcat avatar Mar 15 '22 14:03 AdminHcat