pull down to refresh
0 sats \ 0 replies \ @cyphrRabbit OP 1 Oct 2023 \ on: Merging split keys - addition and multiplication of two elliptic curves bitcoin
After long conversations with chatGPT i found the problem...
It was the Symmetric no endo operation. the negotiation was doubled and if i made it once the key was invalid because it was not in the valid range It has to check if the privkey is valid:
i added the validation for each case. Now it works fine, feel free to test and review!
Here is the whole code: (uncomment the testing)