CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/07/10 15:36:02
Modified files: lib/libcrypto/ecdsa: ecs_ossl.c Log message: Factor out a bit of ugly code that truncates the digest to the order_bits leftmost bits of a longer digest, according to FIPS 183-6, 6.4. Eliminate a microoptimization that only converts the relevant part of the digest to a bignum. ok beck, jsing