|
|
|
|
|
by detaro
3292 days ago
|
|
No. Slow is primarily important for password hashes/key stretching, so specialized algorithms exist for those. General cryptographic hash functions should not be slow, since in many scenarios they are used on a lot of data and slowness has no security benefits. |
|