mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
b28507b0e9
In my eagerness to eliminate a branch which is taken once per 2^38 bytes of keystream, I forgot that the state words are in host order. Thus, the counter increment code worked fine on little-endian machines, but not on big-endian ones. Switch to a simpler (branchful) solution. |
||
---|---|---|
.. | ||
cipher | ||
core | ||
cpe | ||
digest | ||
enc | ||
hash | ||
mac | ||
mpi | ||
oath | ||
rand | ||
rsaref | ||
test | ||
Makefile.am |