CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/06/24 11:49:45
Modified files: lib/libcrypto/ec: ec_lib.c ec_local.h ec_mult.c Log message: Mop up EC_GROUP precomp machinery. Since there are now no EC implementations that perform pre-computation at the EC_GROUP level, remove all of the precomp machinery, including the extra_data EC_GROUP member. The ec_wNAF_mul() code is horrific - simply cut out the precomp code, rather than trying to rewrite it (that's a project for another day). ok tb@