Open kirk-baird opened 4 years ago
Currently ECP::tobytes() is the only one with point compression
ECP::tobytes()
It should be added for ECP2, ECP4, ECP8 to half the size of the bytes required.
ECP2
ECP4
ECP8
What is the issue
Currently
ECP::tobytes()
is the only one with point compressionIt should be added for
ECP2
,ECP4
,ECP8
to half the size of the bytes required.