diff options
author | Eric Biggers <[email protected]> | 2017-02-14 13:43:29 -0800 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2017-03-09 18:34:15 +0800 |
commit | f33fd64778f2593b3b377cef47b8604462d56a57 (patch) | |
tree | a1cdc16b62919bcdc61a2a104ba5ac457eea4fa0 /tools/perf/scripts/python/compaction-times.py | |
parent | 2416e4fa98b9763ea06e0f441c23ce7a293a87f4 (diff) |
crypto: gf128mul - rename the byte overflow tables
Though the GF(2^128) byte overflow tables were named the "lle" and "bbe"
tables, they are not actually tied to these element formats
specifically, but rather to particular a "bit endianness". For example,
the bbe table is actually used for both bbe and ble multiplication.
Therefore, rename the tables to "le" and "be" and update the comment to
explain this.
Cc: Alex Cope <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions