]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix alignment issues in the native implementation of isc_siphash24()
authorOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 11:59:52 +0000 (13:59 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 2 Sep 2019 11:21:07 +0000 (13:21 +0200)
commit6fd3259560eeb19e64c350571ae126492648ec00
tree093fa7d34e98286356a9fde44145b69aa0479daf
parent2367d61016304b19dadfadea70dffcab536ce4dc
Fix alignment issues in the native implementation of isc_siphash24()

The native implementation's conversion from the uint8_t buffers to uint64_t now
follows the reference implementation that doesn't require aligned buffers.
lib/isc/include/isc/siphash.h
lib/isc/siphash.c
lib/isc/tests/siphash_test.c