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...
This commit is contained in:
parent
ff990440ee
commit
c8d5c71af5
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user