|
|
|
|
|
by lvh
4428 days ago
|
|
Uh, yeah, except not a cryptographic hash function, first of all :-) Secondly, CTR has serious issues too. It is trivial to bit-fiddle. The naive implementation you're suggesting leaks the keystream in one CCA query. Just because CTR in and of itself is easy to get right doesn't mean that any system composed using CTR is easy to get right. |
|