Skip to content

crypto: remove POINT_CONVERSION_HYBRID

Rodrigo Muino Tomonari requested to merge github/fork/agl/hybrid into master

Compressed points are already rare and, as far as I know, nobody has used the 'hybrid' format anywhere, ever. It's prohibited in X.509 certificates too[1].

This change removes support for it in the interests of trying to pare-down the complexity of cryptography.

[1] https://tools.ietf.org/html/rfc5480#section-2.2

Merge request reports

Loading