mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
7ee4e1295a
This will be used in an upcoming commit. It adds a basic bloom filter implementation, using the SipHash family of hash functions. The implementation (including its parameter choices and hash functions) will become a protocol detail in future, so must not be changed so that its output is bitwise incompatible between OSTree versions. Unit tests are included. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #924 Approved by: cgwalters
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
!Makefile
|
|
*.log
|
|
*.test
|
|
*.trs
|
|
ostree-http-server
|
|
run-apache
|
|
tmpdir-lifecycle
|
|
test-rollsum
|
|
test-bloom
|
|
test-bsdiff
|
|
test-checksum
|
|
test-gpg-verify-result
|
|
test-keyfile-utils
|
|
test-mutable-tree
|
|
test-ot-opt-utils
|
|
test-ot-tool-util
|
|
test-ot-unix-utils
|
|
test-repo-finder-config
|
|
test-repo-finder-mount
|
|
test-rollsum-cli
|