ctz / keccak

Pure python keccak implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pure python keccak implementation


Languages

Language:Python 100.0%