diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-06-18 03:53:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-06-18 03:53:39 +0000 |
commit | 7c51c2f469b5d33a8123576e5c8305ebfa338ad2 (patch) | |
tree | 958db733460201ac672abf73e60721451756d272 /bin | |
parent | 99bff455fdfd288e97d9678af94682319a41d7c6 (diff) |
The next step is to use that we have cached the result of the matrix
multiplication H * val in stoeplitz_cache_entry(scache, val), so the
identity (H * x) ^ (H * y) == H * (x ^ y) allows us to push the calls to
the cache function down to the end of stoeplitz_hash_ip{4,6}{,port}().
The identity in question was also confirmed on amd64, sparc64 and powerpc
for all possible values of skey, x and y.
ok dlg
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions