Failed to load latest commit information.
m4 don't use AX_PTHREAD
.gitattributes also use $Id$
COPYING fixing license again :P
Makefile.am Bump version for internal changes only in this release.
autogen.sh fix autogen.sh to actually work
configure.ac stupid hack
d0.c mark the license text as used so it never gets stripped
d0.h mark the license text as used so it never gets stripped
d0_bignum-gmp.c fix one possible NULL bug in d0_bignum-gmp
d0_bignum-openssl.c get rid of most TLS use
d0_bignum-tommath.c TomsFastMath support, performs at 80% GMP performance...
d0_bignum.h fix const warnings
d0_blind_id.c Fix some REALLY stupid typos in the fastreject RSA key generation.
d0_blind_id.h also add d0_blind_id_verify_private_id
d0_blind_id.pc.in fix build of rijndael lib
d0_blind_id.txt in the .txt, actually explain the current "default" protocol (fix signs)
d0_iobuf.c version 0.3: allow variable length for sign data buffer
d0_iobuf.h version 0.3: allow variable length for sign data buffer
d0_rijndael.c also add a rijndael implementation, as a separately built library (so…
d0_rijndael.h tag the macro identifiers (like BOOL, EXPORT) with a prefix D0_ to no…
d0_rijndael.pc.in fix build of rijndael lib
main.c more debugging
sha2.c mark the license text as used so it never gets stripped
sha2.h License: now entirely licensed under the 3-clause BSD license (as sha…