get-smooth / secp256r1-computation

A minimalist package for computing 256 points on the secp256r1 elliptic curve.
MIT License
1 stars 0 forks source link

✨ Support of the compressed points representation of the public key #11

Open qd-qd opened 1 year ago

qd-qd commented 1 year ago

Short Description: That would be great if the library can support the uncompressed compressed points representation of the public key

rdubois-crypto commented 10 months ago

You mean compressed ? Current version use uncompress representation.

qd-qd commented 10 months ago

I definitely meant compressed. Updated! Note that was just a nice-to-have idea