Update dev.org to contain some info on DOS attack on hashing function

This commit is contained in:
Sameer Rahmani 2020-06-07 16:58:50 +01:00
parent b317942a0e
commit 62151913c6
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
- A parser combinator library for Rust :: https://github.com/Marwes/combine
- Parsing Expression Grammar (PEG) parser generator for Rust :: https://github.com/kevinmehall/rust-peg
- General purpose parser :: https://pest.rs/
* Considerations
** Hashmaps
*** DOS attack
- https://www.anchor.com.au/blog/2012/12/how-to-explain-hash-dos-to-your-parents-by-using-cats/
- https://en.wikipedia.org/wiki/Collision_attack
* Resources
** Rust