aboutsummaryrefslogtreecommitdiff
path: root/research
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-20 17:56:44 +0000
committerGravatar Runxi Yu2026-05-20 17:56:44 +0000
commit5a441a6becbee3d114eb6245b8cd1830d3a8dbd7 (patch)
tree67f01c5cd03540c7f2af8deae2945083f88749fe /research
parentobject/tag: Rename Target to TargetID (diff)
signatureNo signature
research: That note on object IDs is a bit confusing
Just read security considerations instead.
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
-----------