haplo / rust-bch

A Rust library for working with Bitcoin Cash
MIT License
3 stars 1 forks source link

Add Schnorr signatures support #4

Open haplo opened 4 years ago

haplo commented 4 years ago

https://www.bitcoincash.org/spec/2019-05-15-schnorr.html https://www.bitcoincash.org/spec/2019-11-15-schnorrmultisig.html

haplo commented 4 years ago

Is there some rust crate that could be used? Need research on this.

haplo commented 4 years ago

Multisig Schnorr might be left for later if it's hard to implement.