Commit c8d5c71a authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Mitigate cache-timing attack in CBC mode. This is done by implementing

compressed tables (2x compression factor) and by pre-fetching them into
processor cache prior every CBC en-/decryption pass. One can argue why
just CBC? Well, it's commonly used mode in real-life applications and
API allows us to amortize the prefetch costs for larger data chunks...
parent ff990440
Loading
Loading
Loading
Loading
+223 −654

File changed.

Preview size limit exceeded, changes collapsed.