From b31a62d089dde48119b22b2dc6bc6f83c833dd4d Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 4 Jun 2019 18:15:27 +0000 Subject: Readability tweak in a comment. --- src/lib/libcrypto/ecdsa/ecs_ossl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/ecdsa/ecs_ossl.c b/src/lib/libcrypto/ecdsa/ecs_ossl.c index c9d23013a9..8a6685de58 100644 --- a/src/lib/libcrypto/ecdsa/ecs_ossl.c +++ b/src/lib/libcrypto/ecdsa/ecs_ossl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecs_ossl.c,v 1.19 2019/06/04 18:13:44 tb Exp $ */ +/* $OpenBSD: ecs_ossl.c,v 1.20 2019/06/04 18:15:27 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ @@ -329,7 +329,7 @@ ecdsa_do_sign(const unsigned char *dgst, int dgst_len, * In order to reduce the possibility of a side-channel attack, * the following is calculated using a blinding value: * - * s = inv(k)inv(b)(bm + bxr) mod order + * s = inv(b)(bm + bxr)inv(k) mod order * * where b is a random value in the range [1, order-1]. */ -- cgit v1.2.3-55-g6feb