I read about elgamal elliptic curve Scheme but I didn't understood how it represent message in this algorithm. If the message m has 128 bit and base point b(x,y) and private key k1 and public key is pub= k1 * b.now Is message m should be is represent in coordinates m(x,y) or not neccessary may be integer number. I need three requests
- How it represent message in this algorithm.
- Where I can find code algorithm for standard Elgamal elliptic curve by java.
- any link explain a bout. How it work..