aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
Diffstat (limited to 'research')
-rw-r--r--research/packfile_bloom.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/research/packfile_bloom.txt b/research/packfile_bloom.txt
index 6f7dccf2..e8f996cf 100644
--- a/research/packfile_bloom.txt
+++ b/research/packfile_bloom.txt
@@ -30,13 +30,6 @@ are as follows:
4. A lookup thus reads one 64-octet bucket and checks whether all required bits
are set.
-Note on Object IDs
-------------------
-
-Git object IDs are cryptographic hashes (e.g., currently either SHA-256
-or SHA-1), and are thus uniformly distributed in non-pathological scenarios.
-See also the "Security considerations" section.
-
Definitions
-----------