From ec1dde17ffd66433024f16f5ca83394738cb4baa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Oct 2023 12:36:30 +0100 Subject: init pub_key_hash when fetching from DB --- src/pq/pq_result_helper.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pq/pq_result_helper.c') diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index d9a3d8fd5..c32e0d0e8 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -482,6 +482,9 @@ extract_denom_pub (void *cls, return GNUNET_SYSERR; } pk->bsign_pub_key = bpk; + GNUNET_CRYPTO_hash (res, + len, + &bpk->pub_key_hash); return GNUNET_OK; case GNUNET_CRYPTO_BSA_CS: if (sizeof (bpk->details.cs_public_key) != len) @@ -494,6 +497,9 @@ extract_denom_pub (void *cls, res, len); pk->bsign_pub_key = bpk; + GNUNET_CRYPTO_hash (res, + len, + &bpk->pub_key_hash); return GNUNET_OK; } GNUNET_break (0); -- cgit v1.2.3