-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into azure-pipeline
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cuckoo
updated
25 files
+17 −5 | README.md | |
+ − | doc/cuckoo.pdf | |
+1 −1 | doc/cuckoo.tex | |
+1 −1 | src/crypto/siphash.cuh | |
+3 −3 | src/cuckaroo/Makefile | |
+1 −1 | src/cuckaroo/graph.hpp | |
+3 −1 | src/cuckaroo/mean.cpp | |
+2 −2 | src/cuckaroo/mean.cu | |
+7 −3 | src/cuckaroo/mean.hpp | |
+9 −0 | src/cuckatoo/Makefile | |
+2 −2 | src/cuckatoo/bitmap.hpp | |
+6 −4 | src/cuckatoo/compress.hpp | |
+3 −2 | src/cuckatoo/cuckatoo.c | |
+11 −14 | src/cuckatoo/cuckatoo.h | |
+2 −2 | src/cuckatoo/graph.hpp | |
+40 −22 | src/cuckatoo/lean.hpp | |
+20 −22 | src/cuckatoo/mean.cu | |
+8 −5 | src/cuckatoo/mean.hpp | |
+12 −0 | src/cuckoo/Makefile | |
+5 −61 | src/cuckoo/cyclebase.hpp | |
+5 −5 | src/cuckoo/lean.hpp | |
+1 −1 | src/cuckoo/mean.cpp | |
+14 −14 | src/cuckoo/mean.cu | |
+9 −2 | src/cuckoo/mean.hpp | |
+9 −1 | src/cuckoo/simple.cpp |