Skip to content
/ keccak Public
forked from ctz/keccak

Pure python keccak implementation

Notifications You must be signed in to change notification settings

zruijie/keccak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%