We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db61898 commit 88a3079Copy full SHA for 88a3079
text/0000-hash-simplification.md
@@ -419,6 +419,10 @@ may not be able to provide any form of DoS protection guarantee at all.
419
randomly seed each individual instance but may at best have one global seed.
420
This consequently elevates the risk of a DoS attack on a `HashMap` instance.
421
422
+* The method of combining hashes together is not proven among other languages
423
+ and is not guaranteed to provide the guarantees we want. This departure from
424
+ the may have unknown consequences.
425
+
426
# Unresolved questions
427
428
* To what degree should `HashMap` attempt to prevent DoS attacks? Is it the
0 commit comments