diff options
| author | 2026-05-20 17:56:44 +0000 | |
|---|---|---|
| committer | 2026-05-20 17:56:44 +0000 | |
| commit | 5a441a6becbee3d114eb6245b8cd1830d3a8dbd7 (patch) | |
| tree | 67f01c5cd03540c7f2af8deae2945083f88749fe | |
| parent | object/tag: Rename Target to TargetID (diff) | |
| signature | No signature | |
research: That note on object IDs is a bit confusing
Just read security considerations instead.
| -rw-r--r-- | research/packfile_bloom.txt | 7 |
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 ----------- |
