u/mdw/catacomb
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.
2000-07-15 mdwBug fix in binary input.
2000-07-15 mdwNew generic hash operation for copying hash contexts.
2000-07-09 mdwNew hash functions and other stuff.
2000-07-09 mdwTidy up the formatting a little.
2000-07-09 mdwAdd testing for mp_factorial.
2000-07-09 mdwPollard's rho algorithm for computing discrete logs.
2000-07-09 mdwrabin_test: Correct error in comment.
2000-07-09 mdwSupport `-t' flag for building test rigs.
2000-07-09 mdwUse `mpmul'.
2000-07-09 mdwDelete the spinner when the search finishes.
2000-07-09 mdwFix bug, and add a test rig.
2000-07-09 mdwLim-Lee prime generation.
2000-07-09 mdwDemo program to compute factorials.
2000-07-09 mdwNew RIPEMD variants.
2000-07-06 mdwRemove the trailing carriage returns.
2000-07-05 mdwFix decoding functions, so that they don't run off...
2000-07-05 mdwFix out-of-range k value. (This makes the test tidier...
2000-07-03 mdwVersion bump.
2000-07-03 mdwBug fix to the GCD check. With any luck, this is the...
2000-07-03 mdwInclude `bits.h'.
2000-07-02 mdwVersion bump.
2000-07-02 mdw(ghash->ops->done): Interface change. Passing in a...
2000-07-02 mdwUse a new multiplication function from an Ascom white...
2000-07-01 mdwName changes and new files.
2000-07-01 mdwUse new PKCS#1 padding functions rather than rolling...
2000-07-01 mdwPortability fix: don't assume that `stdout' is a consta...
2000-07-01 mdwRemove old debugging code.
2000-07-01 mdwRemove bad type name `rsa_param'. New functions for...
2000-07-01 mdwPublic-key operations, for symmetry with `rsa-priv...
2000-07-01 mdwRenamed from `rsa-decrypt', since the name was no longe...
2000-07-01 mdwRemove bad type name `rsa_param'.
2000-07-01 mdwMoved to `rsa-priv.c'.
2000-07-01 mdwNew interface for computing products of many (small...
2000-07-01 mdwNew functions for freeing public and private keys.
2000-07-01 mdwRemove bad type name `bbs_param'.
2000-07-01 mdwNew functions for freeing public and private keys....
2000-07-01 mdwUse new interfaces for key manipulation.
2000-07-01 mdwSupport for Optimal Asymmetric Encryption Padding.
2000-07-01 mdwNew support for PKCS#1 message encoding.
2000-07-01 mdw(pgen_gcd): Bug fix -- check the GCDs of the right...
2000-06-26 mdw(rslog): Ensure that log(1) = 0 (not 255, as previously...
next