CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/02 09:44:09
Modified files: lib/libcrypto/ec: ec_field.c ec_internal.h Log message: Provide constant time conditional selection between EC_FIELD_ELEMENTs. Provide a ec_field_element_select() function that allows for constant time conditional selection between two EC_FIELD_ELEMENTs. This will become a building block for constant time point multiplication. ok tb@