u/mdw/catacomb
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.
2000-07-29 mdw(checkhash): Be pettier about spaces between the hash...
2000-07-29 mdw(dh_limlee): Bug fix. Return @dp->q@ as the subgroup...
2000-07-29 mdwFurther fixing to support building using normal `make...
2000-07-29 mdwLots of fixing to support `make -j' building.
2000-07-29 mdwRemove useful files which should have been checked in!
2000-07-29 mdwTrack change in primitive-element generation.
2000-07-29 mdwDiffie-Hellman parameter generation based on Lim-Lee...
2000-07-29 mdwSupply commentry for the Diffie-Hellman parameters...
2000-07-29 mdwThe Diffie-Hellman functions can now do this adequately.
2000-07-29 mdwRename `dsa_seed' to `dsa_gen' for consistency with...
2000-07-29 mdwShare data structures with Diffie-Hellman stuff.
2000-07-29 mdwMake `cmp' shut up better.
2000-07-29 mdwSupport Lim-Lee primes in Diffie-Hellman parameter...
2000-07-29 mdw(limlee): Bug fix. Old versions didn't set the filter...
2000-07-29 mdwImprove primitive-element testing a lot. Now much...
2000-07-29 mdwAllow the number of rounds to be configured. This...
2000-07-27 mdwBuild precomuted tables for Square.
2000-07-27 mdwSkipjack S-box table
2000-07-26 mdwNo footer line!
2000-07-20 mdwAdded Bellare and Rogaway's PSS encoding for RSA signat...
2000-07-20 mdwSimplify by using @mp_odd@.
2000-07-18 mdwImprove progress indications, and allow user to choose...
2000-07-16 mdwVersion bump.
2000-07-16 mdwBug fixes to distribution.
2000-07-16 mdwShut stupid compiler up.
2000-07-16 mdwShut stupid compiler up.
2000-07-15 mdwMissed `-e' out of the usage string.
2000-07-15 mdwMore hashes and ciphers. An extra tool.
2000-07-15 mdwIgnore some binaries.
2000-07-15 mdwMore autogenerated files to ignore.
2000-07-15 mdwAdd a load of new ciphers and hashes.
2000-07-15 mdwMore hash functions. Bug fix in getstring.
2000-07-15 mdwUseful replacement for `md5sum' with support for many...
2000-07-15 mdwNew block cipher.
2000-07-15 mdwRemove some useless tests in the G function.
2000-07-15 mdwMore test vectors. (At last!)
2000-07-15 mdwFix bug in decryption key scheduling.
2000-07-15 mdwThe NSA's Skipjack block cipher.
2000-07-15 mdwWhoops. Fix the purpose comment.
2000-07-15 mdwNew ciphers.
2000-07-15 mdwAnderson and Biham's Tiger hash function added.
2000-07-15 mdwNew HMAC test vectors from the RIPEMD160 home page.
2000-07-15 mdwTest rig added, based on RIPEMD160-MGF1 test vectors.
2000-07-15 mdwFormatting changes.
2000-07-15 mdwAnderson and Biham's Tiger hash function added.
2000-07-15 mdwInclude missing header file.
next