]> source.dussan.org Git - rspamd.git/commit
Add reference implementation of siphash.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 8 Apr 2015 10:26:40 +0000 (11:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 8 Apr 2015 10:26:40 +0000 (11:26 +0100)
commitf0248768649c6fd2f562d8e620ed046dd19e92a7
treebcfa5d5d2a40c3a2f1f0303de80a42cc26b5f463
parent8d583f322bedd97d1cff1f231fa38eab4bac0696
Add reference implementation of siphash.
src/libcryptobox/CMakeLists.txt
src/libcryptobox/cryptobox.c
src/libcryptobox/siphash/ref.c [new file with mode: 0644]
src/libcryptobox/siphash/siphash.c [new file with mode: 0644]
src/libcryptobox/siphash/siphash.h [new file with mode: 0644]