aboutsummaryrefslogtreecommitdiff
path: root/src/aesround.rs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-04-11 10:14:37 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-04-11 10:14:37 +0200
commit1d5e3db348227d5658e11782b123139c1d5d5e25 (patch)
tree8643a52ce71afb1d3397e64cb6230e786e7d0f61 /src/aesround.rs
parent170d9413b4d5d4b2c43f53343be4e43350e3e83f (diff)
downloadzears-1d5e3db348227d5658e11782b123139c1d5d5e25.tar.gz
zears-1d5e3db348227d5658e11782b123139c1d5d5e25.tar.bz2
zears-1d5e3db348227d5658e11782b123139c1d5d5e25.zip
manually compute Block ^ Block
This gives around 30% speedup, presumably because casting to the int is more expensive than I thought. This operation is used so frequently in the hot loop that even a tiny speedup can add up quickly.
Diffstat (limited to 'src/aesround.rs')
0 files changed, 0 insertions, 0 deletions