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

Schnorr Signatures #7

Closed MatthewLM closed 1 year ago

MatthewLM commented 1 year ago

Add bindings for creation and verification of Schnorr signatures using include/secp256k1_schnorrsig.h. A new SchnorrSignature class shall be created to represent these signatures with a sign() constructor and verify() method.

MatthewLM commented 1 year ago

Completed