From a0d410e01b77373fc2ee2d60d082d470c3c75474 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 26 Sep 2017 15:05:27 +0200 Subject: fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash value --- src/include/taler_signatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 181c50169..db71cca68 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -793,7 +793,7 @@ struct TALER_ExchangeKeyValidityPS struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Hash of the auditor's URL. + * Hash of the auditor's URL (including 0-terminator). */ struct GNUNET_HashCode auditor_url_hash; -- cgit v1.2.3