]> git.ozlabs.org Git - ccan/commit
invbloom: new module for IBLTs.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 7 Nov 2014 04:38:03 +0000 (15:08 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 7 Nov 2014 04:38:40 +0000 (15:08 +1030)
commit49bb40e9615ada5a3e0d06bc45613744f441895c
tree095cf2e2bf539e55e0c2e766652fef6497ffc73a
parent5d34cc6b30b457ceb821bd8e4b352fd029e7dab0
invbloom: new module for IBLTs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan
ccan/invbloom/LICENSE [new symlink]
ccan/invbloom/_info [new file with mode: 0644]
ccan/invbloom/invbloom.c [new file with mode: 0644]
ccan/invbloom/invbloom.h [new file with mode: 0644]
ccan/invbloom/test/run-subtract.c [new file with mode: 0644]
ccan/invbloom/test/run.c [new file with mode: 0644]