CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/04/17 08:45:46
Modified files: lib/libcrypto/bn: bn_convert.c Log message: Rewrite BN_lebin2bn() using CBS. We get an implementation of this for free by having bn_bin2bn_cbs() use CBS_get_u8() instead of CBS_get_last_u8(). ok tb@