adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 (modulo...
authorChristian Grothoff <christian@grothoff.org>
Fri, 3 Apr 2020 13:18:58 +0000 (15:18 +0200)
committerChristian Grothoff <christian@grothoff.org>
Fri, 3 Apr 2020 13:18:58 +0000 (15:18 +0200)
commit0541fd19426994e42decf5987253978634e1f865
tree9e6e55025e1700a7fbdbc81dc5ddf5baa6a312bd
parent4e259dbbba565c6f874ead9a8974175ffc6a2bb8
adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 (modulo actually finding specific places where this SHOULD be used instead of GNUNET_memcmp)
src/include/gnunet_common.h
src/util/Makefile.am
src/util/consttime_memcmp.c [new file with mode: 0644]