CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/01/06 05:35:14
Modified files: lib/libcrypto/ec: ec_lib.c ec_local.h ecp_methods.c Log message: Remove indirection for coordinate blinding. This is usually method specific, so remove the indirection and call the appropriate blinding function directly. ok tb@