Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update HashMap docs regarding DoS protection
Because of changes to how Rust acquires randomness HashMap is not guaranteed to be DoS resistant. This commit reflects these changes in the docs themselves and provides an alternative method to creating a hash that is resistant if needed.
- Loading branch information