You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the advent of Bitcoin taproot and probably a wide adoption of Schnorr signature, it will be very important to this package to have support for this.
With the advent of Bitcoin taproot and probably a wide adoption of Schnorr signature, it will be very important to this package to have support for this.
Currently there’s an implementation of Schnorr (MIT license) at: https://github.com/C0MM4ND/dart-schnorr
It works but needs a review to see if it’s a complete and correct implementation. Also it will need to use the EC of PC.
If anyone is working into a PC Schonrr implementation, please post the fork/link here.
if you need any help to implement, migrate or validate a Schnorr implementation for PC, let me know.
NOTE: do not forget to put some references to the original author and package on any PC implementation that uses other packages as reference.
The text was updated successfully, but these errors were encountered: