v0.0.0a5
- Delegate the generation of random keypairs in
dapp.ED25519to the.gen()class method instead of relying on an empty constructor - Require all subclasses of
dapp.abc.Signerto implement.sch,.pub, and.hashas@propertyattributes rather than methods - Mark the package as type-annotated by including the
py.typedfile (in accordance withPEP 561)