peercoin / coinlib

The most feature-complete *coin library in the entire Dart/Flutter ecosystem.
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

ECDSAInputSignature & SchnorrInputSignature #12

Closed MatthewLM closed 11 months ago

MatthewLM commented 1 year ago

InputSignature will become a new base class with current functionality split into a ECDSAInputSignature subclass and functionality for Schnorr signatures into SchnorrInputSignature.

MatthewLM commented 11 months ago

Completed