Having a lot of problems getting an SHA-3 256 Hash working under Python in the Google App Engine.
Speed isn't really the issue just something that is either written in Pure Python or use the third party libraries support by the Google App Engine.
py-keccak uses numpy which is supported by appengine.
There is another one without numpy requirement.