commit fded68c0bc22531f0a49cc89c739b25dce5f132e parent ae2b267b8603e169a5b25edf97b901c2045d1ce8 Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch> Date: Thu, 30 Nov 2023 11:15:33 +0100 [lib] remove unnecessary hash combination Diffstat:
| M | src/lib/donau_api_handle.c | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c @@ -1582,10 +1582,7 @@ DONAU_keys_to_json (const struct DONAU_Keys *kd) GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY)); } - /* Build the running xor of the SHA512-hash of the public keys */ - /*GNUNET_CRYPTO_hash_xor (&dk->h_key.hash, - &gd->meta.hash, - &gd->meta.hash);*/ + switch (meta.cipher) { case GNUNET_CRYPTO_BSA_RSA: