Missing BIP38 EC mult decryption mode
Talant047 opened this issue · 2 comments
Talant047 commented
Coding-Enthusiast commented
That's because your encrypted key uses a different BIP38 mode (EC multiply) that I didn't think anybody used so there is no code for it. The algorithm is slightly different and complicated.
Thanks for the report. I'll see what I can do to implement this.
Talant047 commented
Thanks, I'll wait.