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

Taproot Message Hashing for Signatures #9

Closed MatthewLM closed 12 months ago

MatthewLM commented 1 year ago

Add a new function signatureHashForTaproot that produces signature hashes for key-path and script spends in accordance with BIP0341 and SignatureHashSchnorr in the client.

MatthewLM commented 12 months ago

Completed