kmackay / micro-ecc

ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.
BSD 2-Clause "Simplified" License
1.26k stars 460 forks source link

Public key uncompression issue for secp384r1 #226

Open Shivakumara7292 opened 6 months ago

Shivakumara7292 commented 6 months ago

Hello, Uncompression is working fine for p256 curve but when i tried same for p384 its failing. i had adapted the necessary changes from other loops and i am able to verify the p384 signature but public key decompress is failing. original public key is not matching with the computed one.

Please provide your inputs on this. Thanks in advance.