aboutsummaryrefslogtreecommitdiff
path: root/src/util/.gitignore
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-06 14:02:40 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-06 14:02:40 +0100
commit1ad2fb331548adf635e9cff8786b468e54666371 (patch)
tree1eeafe3a8aa5a32ea78ead24fe742110133e0805 /src/util/.gitignore
parent2111817ee190b99561f067277c3b081da27e2afa (diff)
downloadgnunet-1ad2fb331548adf635e9cff8786b468e54666371.tar.gz
gnunet-1ad2fb331548adf635e9cff8786b468e54666371.zip
Fix ECDSA/ECDH key exchange
Libgcrypt interprets the private key as little endian, while tweetnacl interprets it as big endian. This caused the key exchange to fail.
Diffstat (limited to 'src/util/.gitignore')
-rw-r--r--src/util/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/.gitignore b/src/util/.gitignore
index 01ebcc834..0495dcf8f 100644
--- a/src/util/.gitignore
+++ b/src/util/.gitignore
@@ -30,6 +30,7 @@ test_container_multihashmap32
30test_container_multipeermap 30test_container_multipeermap
31test_crypto_crc 31test_crypto_crc
32test_crypto_ecc_dlog 32test_crypto_ecc_dlog
33test_crypto_ecdh_ecdsa
33test_crypto_ecdh_eddsa 34test_crypto_ecdh_eddsa
34test_crypto_ecdhe 35test_crypto_ecdhe
35test_crypto_ecdsa 36test_crypto_ecdsa