micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

Initial schnorr implementation #25

Closed stepansnigirev closed 1 year ago

stepansnigirev commented 1 year ago

This PR is the first step to taproot support. Here we add schnorr signatures. Only signing and verification logic for now. Also added an example (cpp for now).

TODO in this PR:

TODO in the next PRs: