ltonetwork / seasalt

NaCl compatible cryptography library using Bouncy Castle (Java)
Apache License 2.0
3 stars 1 forks source link

ECDSA sign class should not extend ECDSARecovery #33

Closed jasny closed 2 years ago

jasny commented 2 years ago

Recovery methods don't make sense for ECDSA. Instead, make an abstract base class with methods both classes have in common.