Python Bindings to the Ed25519 Digital Signature System (BLAKE2b fork)
copied from cf-post-staging / ed25519-blake2bThis fork of python-ed25519 uses BLAKE2b instead of SHA512 as a hash algorithm. This allows the library to create and verify signatures used in NANO. Some of the documentation in the repository may be out-of-date and refer to the original SHA512-based implementation.