ecc: Handle removed zeros at the beginning for Ed25519.
* cipher/ecc-curves.c (mpi_ec_setup_elliptic_curve): Accept private key with removed zeros.
We have existing keys of Ed25519, which was created by implementations
before SOS clarification. We should support those keys and
implementations with no SOS support.
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>