All Projects → ctz → keccak

ctz / keccak

Licence: other
Pure python keccak implementation

Programming Languages

python
139335 projects - #7 most used programming language

Keccak

Build Status

This is a pure python keccak implementation that I wrote for educational purposes. It is not optimised, nor especially well documented. But it does pass all the test vectors, and is moderately readable.

It has a hashlib-compatible interface at the top-level.

Important!

While Keccak eventually became SHA3, it underwent some incompatible changes in the process. Therefore, this library is not compatible with SHA3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].