how to convert a elliptic point to a unique value?
ie using ECC for curve y2=x3+x+1 and p=23 i generated elliptic points and for a message, I mapped the characters of the message to elliptic points so computed.
Now i want to pass the set of points to another cryptographic algorithm say goldwasser inorder to perform encryption.
Is there any algorithm to convert the point to a integral value?