From f231a23a52f827006044138f5036875c97799bc3 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 16 Jun 2018 08:11:33 +0000 Subject: Tiny tweak to the blinding comment. --- src/lib/libcrypto/ecdsa/ecs_ossl.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/ecdsa/ecs_ossl.c b/src/lib/libcrypto/ecdsa/ecs_ossl.c index eff2a5022d..720fa1f741 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.14 2018/06/15 19:24:13 tb Exp $ */ +/* $OpenBSD: ecs_ossl.c,v 1.15 2018/06/16 08:11:33 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project */ @@ -282,7 +282,9 @@ ecdsa_do_sign(const unsigned char *dgst, int dgst_len, } /* - * Compute s = inv(k)(m + xr) mod order. + * Compute: + * + * s = inv(k)(m + xr) mod order * * In order to reduce the possibility of a side-channel attack, * the following is calculated using a blinding value: -- cgit v1.2.3-55-g6feb