CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/11 08:02:42
Modified files: lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c Log message: Move compressed coordinate setting into public API Now that it is method-agnostic, we can remove the method and move the implementation to the body of the public API function. And another method goes away. We're soon down to the ones we really need. discussed with jsing