u/mdw/catacomb
2001-02-21 mdwChange manpage style slightly.
2001-02-03 mdwTest for off-by-one bug.
2001-02-03 mdwNew testcases to ensure correct seeds are returned.
2001-02-03 mdwNew files added.
2001-02-03 mdwAllow the caller to fetch the parameter generation...
2001-02-03 mdwGive generic random objects separate namespaces for...
2001-02-03 mdwAdd consistency checking for public keys.
2001-02-03 mdwGive generic random objects separate namespaces for...
2001-02-03 mdwDon't set a handler for @SIGINT@ if it's ignored at...
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2001-02-03 mdwMake flags be unsigned. Improve the write algorithm...
2001-02-03 mdwNow @mp_drop@ checks its argument is non-NULL before...
2001-02-03 mdwDon't use the @pgen@ random number generator for genera...
2001-02-03 mdwStore the correct seed information and count for DSA...
2001-02-03 mdwAllow creating keyfiles with no file attached.
2001-02-03 mdwTrack mLib change: symbols no longer need to include...
2001-01-25 mdwMake flags be unsigned.
2001-01-25 mdwRemove dead code now that the new stepper structure...
2001-01-25 mdwSupport for new SHA variants added.
2001-01-25 mdwBurn the hash context when it's done with, for paranoia...
2001-01-25 mdwBoring cosmetic stuff.
2001-01-20 mdwUse mLib exported tuning parameters for hashtable.
2000-12-06 mdwMake flags be macros rather than enumerations, to ensur...
2000-12-06 mdwFix round count for weird key sizes.
2000-12-06 mdwReduce binary bytes (to allow marker bits to be ignored...
2000-12-06 mdwAdd assertion to prevent crapness.
2000-12-06 mdwSimplify uniform range transformation.
2000-12-06 mdwChange secret sharing interface: present the secret...
2000-10-15 mdwFix buggy HMAC test vectors.
2000-10-15 mdwSupport HMAC mode for hash functions which need to...
2000-10-15 mdwNew SHA variants with longer outputs.
2000-10-15 mdwMore hash modes to be ignored.
2000-10-14 mdwFix some compile errors.
2000-10-08 mdwTest vectors for binary poly arithmetic.
2000-10-08 mdwPrototypes of various bits of code.
2000-10-08 mdwAdd binary poly arithmetic. Tidy table generation...
2000-10-08 mdwVersion bump.
2000-10-08 mdwFix compiler warning.
2000-10-08 mdwFirst glimmerings of binary polynomial arithmetic.
2000-10-08 mdwRemove failed kludge for shutting up a warning.
2000-10-08 mdwUpdate comments now that AES has been chosen.
2000-10-08 mdwRename Karatsuba constants now that we have @gfx_kmul...
2000-10-08 mdwRenamed to `karatsuba.h'.
2000-10-08 mdwRename from `mpx-kmac.h', and add macros for @gfx_kmul@.
2000-10-08 mdwFix tests for different GCD algorithm.
2000-10-08 mdwAdd negative number tests.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-10-08 mdwRemove vestiges of @primorial@.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@. Remove vestages of...
2000-10-08 mdwImprove @const@-correctness.
2000-10-08 mdwShut up some warnings.
2000-10-08 mdwUse @mpx_ueq@ instead of @MPX_UCMP@.
2000-10-08 mdwMake table have external linkage to bodge around defici...
2000-10-08 mdwEscape literal newlines in output string.
2000-10-08 mdwRemove spurious comma in enum.
2000-10-08 mdwDon't do arithmetic on @void *@ pointers.
2000-10-08 mdwChange size passed to socket function to be a @size_t...
2000-10-08 mdwProvide @mpx_ueq@ for rapidly testing equality of two...
2000-10-08 mdwMake later versions of GCC shut up about @long long@.
2000-10-08 mdw(MP_DOFPRINTFR): cope with null pointers.
2000-10-08 mdw(mpmont_reduce, mpmont_mul): Cope with negative numbers.
2000-10-08 mdwRemove spurious semicolon.
2000-10-08 mdw(mpbarrett_reduce): Cope with negative numbers.
2000-10-08 mdwProvide @mp_eq@ and @MP_EQ@ for rapidly testing equalit...
2000-10-08 mdwUse Euclid's algorithm rather than the binary one.
2000-10-08 mdwUse @MP_EQ@ instead of @MP_CMP@.
2000-10-08 mdwReinstate the `-pedantic' option.
2000-08-18 mdwNew stepper interface for constructing Lim-Lee primes.
2000-08-18 mdwNew event handler for showing in detail sub-prime gener...
2000-08-16 mdwAdd some more test vectors.
2000-08-16 mdw(more): Remove spurious function.
2000-08-15 mdwSet up the dependencies on primetab.[ch] and mptypes...
2000-08-15 mdwNew library configuration stuff from `common'.
2000-08-15 mdwUse the new trial division equipment in pfilt. This...
2000-08-15 mdw(pfilt_smallfactor): New function for doing trial divis...
2000-08-15 mdwUse the small primes type from `genprimes' output....
2000-08-15 mdwCreate a new type for the small primes table elements.
2000-08-15 mdwBug fix: minimize the right thing.
2000-08-15 mdwMinor formatting change in listing attributes.
2000-08-11 mdwNew restartable interface to Maurer testing.
2000-08-11 mdwChange to use the new thresholds given in the draft...
2000-08-06 mdw(mkphrase): New program for generating random passphras...
2000-08-04 mdwAdd a timer and a discard option.
2000-08-04 mdwAdd a pile of new test vectors.
2000-08-04 mdwVarious <ctype.h> fixes.
2000-08-04 mdwFix comment describing the field in which inversion...
2000-08-01 mdwAdd some more vectors, and a whinge about how Skipjack...
2000-08-01 mdwPerformance improvement: read keys in as 32-bit words...
2000-07-29 mdwFix error in help message about Maurer test syntax.
2000-07-29 mdwMiscellaneous tidyings:
2000-07-29 mdwNew manpage for the Catacomb pixie.
2000-07-29 mdw(l_destroy): New function for destroying locked memory...
2000-07-29 mdwManual page for the new `hashsum' program.
2000-07-29 mdwVersion bump.
2000-07-29 mdwMake sure the pixie is installed setuid-root (workaroun...
2000-07-29 mdw(mpmont_expr): Use sliding window exponentiation, with...
2000-07-29 mdwChange to use left-to-right bitwise exponentiation...
2000-07-29 mdwRemove useless header `mpscan.h'.
2000-07-29 mdwAdd support for left-to-right bitscanning, for use...
2000-07-29 mdwDescribe the Lim-Lee prime stuff.
next