diff options
author | W. Kosior <koszko@koszko.org> | 2025-01-24 22:04:10 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-01-25 19:13:14 +0100 |
commit | e1800ee73754c82f9adbe85637afb5fa95f17ff9 (patch) | |
tree | 789e885deb1edc75d0912432299b12dae754d1d5 | |
parent | b17ec0d059d0b27858d0a68dcea62a313417ca1e (diff) | |
download | pq-blind-sigs-impl-e1800ee73754c82f9adbe85637afb5fa95f17ff9.tar.gz pq-blind-sigs-impl-e1800ee73754c82f9adbe85637afb5fa95f17ff9.zip |
Mention step 4 in messages printed.
-rw-r--r-- | pqcrypto_blind_sig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pqcrypto_blind_sig.c b/pqcrypto_blind_sig.c index ababed2..5ad7ad9 100644 --- a/pqcrypto_blind_sig.c +++ b/pqcrypto_blind_sig.c @@ -983,7 +983,7 @@ void blind_sig_proto_p4_init_do(blind_sig_proto_p4_t result, result->needs_restart = false; blind_sig_log_INFO_1_CONTROL( - ctx, "User successfully obtained signature.\n"); + ctx, "User successfully obtained signature in step 4.\n"); return; @@ -1006,8 +1006,8 @@ fail: result->needs_restart = true; blind_sig_log_INFO_1_CONTROL( - ctx, "User could not obtain signature, restart is being" - " requested from signer.\n"); + ctx, "User could not obtain signature in step 4, restart is" + " being requested from signer.\n"); } void blind_sig_proto_p5_init_do(blind_sig_proto_p5_t result, |