标签: php algorithm implementation sha-3 keccak
我一直在网上寻找有关算法keccak的参考资料,但没有人能让我理解。
以下是我找到的一些链接。
有没有办法轻松理解keccak的实现或算法?这个算法的PHP实现上有代码吗?
答案 0 :(得分:1)
Keccak有一个官方网站,详细描述了算法。它还解释并讨论了官方代码实现。
http://keccak.noekeon.org/specs_summary.html
有人花时间在PHP中实现了一些Keccak实现,值得一看:
https://notabug.org/desktopd/php-sha3-streamable