CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/07/10 15:55:49
Modified files: lib/libcrypto/ec: ec2_smpl.c ec_lcl.h ec_lib.c ecp_mont.c ecp_smpl.c Log message: ECC constant time scalar multiplication support. First step in overhauling the EC module. >From Billy Brumley and his team, via https://github.com/libressl-portable/openbsd/pull/94 With tweaks from jsing and me. ok jsing