mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-23 22:25:46 +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. |
||
---|---|---|
.. | ||
cryb-cipher.pc.in | ||
cryb_aes.c | ||
cryb_chacha.c | ||
cryb_cipher.c | ||
cryb_des.c | ||
cryb_rc4.c | ||
cryb_salsa.c | ||
Makefile.am |