|
|
|
|
|
by tuxxy
3120 days ago
|
|
FYI, I think I see you using the P-256 curve in this project. Word of warning, this is not Bitcoin's curve. This is a NIST curve. The library you're using (fastecdsa) has secp256k1 available to use, if that's what you want to do. |
|
But it's a nice example of a Bitcoin-like project, and manages to get the main ideas of Bitcoin in as an educational project.