crypto: add ec_public_key_compress to produce a compressed pubkey
This commit adds a new public-key compression function to a cryptographic library and updates the existing decompression function so both can accept already-compressed or already-uncompressed keys as input. It also adds tests and language …
03351cc9by Jon Griffiths+92−1610 files