4

I have been looking for references about the algorithm keccak on the internet, but none make me understand.

Here are some links that I found.

Is there a way to understand the implementation or algorithm keccak easily? Is there a code on the PHP implementation for this algorithm?

Ja͢ck
  • 170,779
  • 38
  • 263
  • 309
Tomero Indonesia
  • 1,685
  • 2
  • 16
  • 17

1 Answers1

1

There is an official website of Keccak, which describes the alrgorithm in detail. It also explains and discusses the official code implementation.

http://keccak.noekeon.org/specs_summary.html

Someone took the time to implement a few Keccak implementations into PHP, worth a look:

https://notabug.org/desktopd/php-sha3-streamable

Tosch
  • 475
  • 5
  • 12