cryb-to/lib
Dag-Erling Smørgrav b28507b0e9 Fix counter increment in Salsa and ChaCha.
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.
2017-04-22 03:10:10 +02:00
..
cipher Fix counter increment in Salsa and ChaCha. 2017-04-22 03:10:10 +02:00
core Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
cpe Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
digest Add missing algorithms. 2017-04-21 18:57:51 +02:00
enc Avoid any assumptions about the signedness of char. 2017-04-21 18:56:52 +02:00
hash Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mac Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
mpi Implement MPI division. 2017-04-06 19:52:23 +02:00
oath Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rand Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01:00
rsaref Centralize most of .gitignore. 2016-09-17 21:38:54 +02:00
test Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
Makefile.am Fix typo in libcryb-rand's Makefile and ensure that it is built before libcryb-oath, which uses it. 2016-11-21 13:46:49 +01:00