# keccak-php **Repository Path**: mirrors_jedisct1/keccak-php ## Basic Information - **Project Name**: keccak-php - **Description**: Keccak (SHA-3) extension for PHP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Keccak-512 (SHA-3) for PHP ========================== Usage: keccak_hash(message) outputs `keccak-512(message)` as a 64-byte string. Installation ============ $ phpize $ ./configure --enable-keccak $ make install And add `extension=keccak.so` to your php.ini configuration file.