While performing encryption using public key and decryption using private key, i am always finding that encryption takes more time than decryption in elliptic curve cryptography (ECC). The key is 60 bytes.
Is this the normal behavior or i am using a wrong implementation of ECC?
If this behavior is normal then what is the reason behind it?
Thanks in advance.