cryb-to/lib
Dag-Erling Smørgrav 9ee45d4e34 Fix sign bug in special cases in mpi_{add,sub}_abs().
We failed to clear the negative flag when handling trivial cases, so if one of the terms was 0 and the other was negative, the result would be an exact copy of the non-zero term instead of its absolute value.
2017-04-06 19:51:47 +02:00
..
cipher Remove unused struct member. 2017-04-06 19:51:46 +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 Silence compiler warnings about operator precedence. 2017-04-06 19:51:46 +02:00
enc Start using pkg-config / pkgconf. 2017-03-07 00:54:46 +01: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 Fix sign bug in special cases in mpi_{add,sub}_abs(). 2017-04-06 19:51:47 +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