|
|
|
|
|
by kzrdude
168 days ago
|
|
Having a per-table key for the hash function is what siphash authors propose and what many do to combat dos attacks right? For example Rust's default HashMap. The keys are hidden/secret to the system external to the application. |
|