如何在 Google App Engine 上的 Python 中创建 SHA-3-256 哈希?

How can you create a SHA-3-256 Hash in Python on The Google App Engine?

在 Google App Engine 的 Python 下获取 SHA-3 256 哈希有很多问题。

速度并不是真正的问题,只是用 Pure Python 编写或使用 Google App Engine 支持的第三方库。

py-keccak uses numpy which is supported by appengine.

another one 没有 numpy 要求。