From: Mark Wooding Date: Thu, 11 May 2017 09:42:15 +0000 (+0100) Subject: catacomb/__init__.py: Add `beginhash', `endhash' to the EdDSA interface. X-Git-Tag: 1.2.0~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/058f0a00a3fbce84d8963e140505a5fa35962b90?hp=058f0a00a3fbce84d8963e140505a5fa35962b90 catacomb/__init__.py: Add `beginhash', `endhash' to the EdDSA interface. This is consistent with the other DSA-ish classes. ---