peercoin / coinlib

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

Schnorr Signatures #7

Closed MatthewLM closed 10 months ago

MatthewLM commented 10 months 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 10 months ago

Completed