CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/07/10 15:52:07
Modified files: lib/libcrypto/bn: bn_lib.c bn_lcl.h Log message: Provide BN_swap_ct(), a constant time function that conditionally swaps two bignums. It's saner and substantially less ugly than the existing public BN_constantime_swap() function and will be used in forthcoming work on constant time ECC code. >From Billy Brumley and his team. Thanks! ok jsing