u/mdw/catacomb
2002-10-19 mdwFix bit operations. Test them (a bit) better.
2002-10-19 mdwFix leftovers bug in reading.
2002-10-15 mdwFast estimation of number representation lengths.
2002-10-15 mdwBug fix: prevent negative zero.
2002-10-15 mdwHandy new comparison macros.
2002-10-15 mdwNew script to create binop table for 2c operations.
2002-10-15 mdwNew operation to negate numbers.
2002-10-15 mdwFix fencepost bugs in binary radix writing.
2002-10-15 mdwBit setting and clearing functions.
2002-10-09 mdwFix bounds on workspace for Karatsuba operations.
2002-10-09 mdwFix bogus type name.
2002-10-09 mdwTest new mptext reading facilities.
2002-10-09 mdwAllow `0o' and `0b' prefixes for octal and binary ...
2002-10-09 mdwAllow user-specified `r_xx' bases to be up to 62.
2002-10-06 mdwPile of changes for supporting two's complement properly.
2002-01-24 mdwFix build failure when @mlock@ not available.
2002-01-13 mdwHack the @oaep_decode@ code some more, to make it work...
2002-01-13 mdwProvide proper help and options parsing. Allow more...
2002-01-13 mdwFix division-by-zero bug translating @MPW_MAX@ to an...
2002-01-13 mdwExtend the textual format to bases up to 62 by distingu...
2002-01-13 mdwFix division-by-zero bug translating @MPW_MAX@ to an...
2002-01-13 mdwVarious fixes tracking mLib changes.
2002-01-13 mdwAllow only one error return, to frustrate Manger's...
2002-01-13 mdwMake @const@-correct.
2002-01-13 mdwTrack @dstr_vputf@ change.
2002-01-13 mdwFurther progress.
2002-01-13 mdwIndentation fix.
2002-01-13 mdwAdd some regression tests.
2002-01-13 mdwFix bug in daemon mode.
2002-01-13 mdwMore efficient Rabin-Miller test: with random witnesses...
2002-01-13 mdwFix stupidity in passphrase verification.
2002-01-13 mdwAvoid trashing arguments before we've used them.
2002-01-13 mdwAdd support for Twofish family keys.
2001-06-22 mdwAllow tagging if the tag is owned by a deleted key.
2001-06-22 mdwNew interface to find out whether a key has expired...
2001-06-22 mdwNew interface to enquire whether a key has expired.
2001-06-17 mdwTypesetting fixes
2001-06-16 mdwTypesetting fixes.
2001-06-16 mdwAdded lots of Rijndael tests.
2001-06-16 mdwAdded command-line option to select output radix.
2001-06-16 mdwAdded fast-track code for binary output bases, and...
2001-06-16 mdwNew test added to trap failure to enlarge the integer...
2001-06-16 mdwAdded simultaneous exponentiation tests.
2001-06-16 mdwNew source files and tests.
2001-06-16 mdwNew generic exponentation code. Includes sliding-windo...
2001-06-16 mdwUse the generic exponentiation functions.
2001-06-16 mdwMoved @mpmont_factor@ to <mp.h>. Documented interface...
2001-06-16 mdwAdded simultaneous exponentiation with Barrett reduction.
2001-06-16 mdwParameters for generic exponentiation.
2001-06-16 mdwMove the @mpmont_factor@ structure and rename it now...
2001-06-16 mdwImplement some missing functions.
2001-06-16 mdwFixes for interface change to @mpmont_expr@ and @mpmont...
2001-05-08 mdwNew cipher Noekeon added.
2001-05-07 mdwNew Rijndael block sizes.
2001-05-07 mdwLots of new test vectors.
2001-05-07 mdwTest case for modsqrt -- actually checks mprand_range.
2001-05-07 mdwSeparate out key scheduling.
2001-05-07 mdwCentralize Rijndael tables and key scheduling.
2001-05-07 mdwFix off-by one bug in mprand_range. Probably security...
2001-05-07 mdwAdd an internal-representation no-op function.
2001-05-07 mdwTreat projective coordinates as an internal representat...
2001-05-07 mdwSupport block ciphers with larger blocks.
2001-05-07 mdwFix unusual numbers of rounds. Simplify implementation.
2001-05-07 mdwSimplify implementation.
2001-04-29 mdwFix formatting.
2001-04-29 mdwPrototype version.
2001-04-29 mdwAdd some notes.
2001-04-29 mdwNew block ciphers.
2001-04-29 mdwNew block cipher MARS.
2001-04-29 mdwWhoops.
2001-04-29 mdwAdded SAFER block cipher.
2001-04-29 mdwAdded SAFER block cipher.
2001-04-29 mdwMoved big horrible table to a separate header.
2001-04-29 mdwFix memory leak.
2001-04-29 mdwRemoved `-sched' tests. Reorganized so that we can...
2001-04-29 mdwReorganized, and removed `-sched' test set.
2001-04-19 mdwAdd CRC as another hash function.
2001-04-19 mdwUse the new MAC keysize names.
2001-04-19 mdwRe-request broken passphrases.
2001-04-19 mdwUse mpmul for the multiplication.
2001-04-19 mdwUse sliding-window exponentiation.
2001-04-19 mdwProvide correct key sizes for NMAC, HMAC and SSLMAC.
2001-04-19 mdwUse unsigned integer rather than enum for flags.
2001-04-06 mdwTidying.
2001-04-06 mdwChange dummy names in grand objects so that they say...
2001-04-06 mdwAdd support for SSL pseudo-random function.
2001-04-04 mdwAdd support for the TLS pseudo-random function.
2001-04-04 mdwNew block cipher DESX added.
2001-04-03 mdwRemove bogus blank line.
2001-04-03 mdwNew block cipher DESX added.
2001-04-03 mdwDon't use @va_arg@ as an argument to @STORE32@!
2001-04-03 mdwAdd some simple bitwise operations so that Perl can...
2001-04-03 mdwSupport the SSL HMAC variant (untested).
2001-03-04 mdwMark dependency on mLib 2.0.0pre4 now.
2001-03-04 mdwUse @DA_LAST@ to determine @MAXPRIME@, now that it...
2001-03-03 mdwDistribute md2-tab.h
2001-02-23 mdwAdd new hash functions. Provide full help for subcomma...
2001-02-23 mdwSimplify usage message by removing nonexistant options.
2001-02-23 mdwFix poorly copied comment.
2001-02-22 mdwFix memory leaks.
next