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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment