u/mdw/catacomb
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...
2000-06-26 mdwVersion bump.
2000-06-26 mdwPortability fix for the bug fix.
2000-06-25 mdwFix cleaning of generated files.
2000-06-25 mdwVersion bump.
2000-06-25 mdw(mpx_udiv): Fix bug in quotient digit estimation.
2000-06-25 mdwNew tests for bugs.
2000-06-25 mdwFix the derivation of `depth' commentary.
2000-06-24 mdwMinor reformatting.
2000-06-24 mdwFix daft error in the comment for @gfshare_get@.
2000-06-24 mdwInterface change: allow shares to be extracted from...
2000-06-22 mdwFix Makefile to test mp-sqrt.c.
2000-06-22 mdwMore new functions to be added.
2000-06-22 mdwUse the new @mp_odd@ function.
2000-06-22 mdwNew function @mp_odd@ to extract powers of two from...
2000-06-22 mdwAdd new functions.
2000-06-22 mdwCompute (approximations to) integer square roots.
2000-06-22 mdwCompute square roots in a prime field.
2000-06-22 mdwNew test cases for square root functions.
2000-06-22 mdwTwofish can handle keys with any byte-aligned size.
2000-06-22 mdwImprove secret reconstruction -- compute coefficients...
2000-06-18 mdwRearrange build order to ensure that `mptypes.h' exists...
2000-06-18 mdwWhoops. Fix a typo.
2000-06-18 mdwChange typesetting of Galois Field names.
2000-06-18 mdwMinor performance tweak: use Barrett reduction rather...
2000-06-17 mdwWhoops. Too eager with the mLib version.
2000-06-17 mdwMinor tidying and fixing.
2000-06-17 mdwNew free counter noise generator, for use if /dev/random is
2000-06-17 mdwAdd braces to shut compiler up. Reformat code slightly.
2000-06-17 mdwIgnore uninteresting files.
2000-06-17 mdwBuild mLib test vector files from the AES files.
2000-06-17 mdwConvert AES test vector files to mLib format.
2000-06-17 mdwNew cipher.
2000-06-17 mdwMore regression tests.
2000-06-17 mdwMore regression tests. Test binary I/O.
2000-06-17 mdwMake the `.catacomb' directory if it doesn't exist.
2000-06-17 mdwAdd some argument checking. Use MP secure memory inter...
2000-06-17 mdwShamir's secret sharing system.
2000-06-17 mdwSet up Makefile in `tests' subdirectory. Copy the...
2000-06-17 mdwRestructure handling of cipher-based generators. Add...
2000-06-17 mdwAdd key fetching interface. Add new rsa_decrypt interface.
2000-06-17 mdwFix a bug in argument validation. Force %$p > q$%...
2000-06-17 mdwLots of changes:
2000-06-17 mdwImprove bulk performance by making better use of Montgomery
2000-06-17 mdwNew cipher.
2000-06-17 mdwNew key size interface. Use secure arena for memory...
2000-06-17 mdwNew key size interface. Add notes about the cipher.
2000-06-17 mdwNew key size interface. Allow key material to be combi...
2000-06-17 mdwNew key size interface. Allow key material to be combi...
2000-06-17 mdwUse new MP memory management functions.
2000-06-17 mdwDeprecate `rand_getgood'. Provide a new interface...
2000-06-17 mdwDeprecate `rand_getgood'. Provide a new interface...
2000-06-17 mdwTypesetting fix.
2000-06-17 mdwSignal a pgen abort if the jump and base share a common...
2000-06-17 mdwAdd the GCD filter.
2000-06-17 mdwFilter which imposes additional restrictions on GCD...
2000-06-17 mdwQuick compilation tool.
2000-06-17 mdwNew pixie protocol allowing application to request...
2000-06-17 mdwNew pixie protocol allowing application to request...
2000-06-17 mdwChange buffer offset to be unsigned.
2000-06-17 mdwUse secure arena for memory allocation. Rearrange...
2000-06-17 mdwConvenience macros for producing debugging output conta...
2000-06-17 mdwNew and much faster stack-based algorithm for reading...
2000-06-17 mdwMajor memory management overhaul. Added arena support...
2000-06-17 mdwMoved the Karatsuba macros into a separate file for...
2000-06-17 mdwMoved the Karatsuba macros into a separate file for...
2000-06-17 mdwOverhaul to use mLib's arena system underneath.
2000-06-17 mdwMore hacking for the signs of the outputs.
2000-06-17 mdwMGF-1 support, as defined in PKCS#1.
2000-06-17 mdwChange buffer offset to be unsigned.
2000-06-17 mdwPortability fix for broken compilers.
2000-06-17 mdwMaurer's universal statistical test.
2000-06-17 mdwAdd arena support.
2000-06-17 mdwAdd the flags word to the generic generator.
2000-06-17 mdwAmend the notes slightly.
2000-06-17 mdwUse secure memory interface from MP library. `rand_get...
2000-06-17 mdwKey size table interpretation.
2000-06-17 mdwAdd key fetching interface.
2000-06-17 mdwUse secure memory interface from MP library.
2000-06-17 mdw`rand_getgood' is deprecated.
2000-06-17 mdwAdd the key packing interface.
2000-06-17 mdwkey_structfind: track minor data structure change,...
2000-06-17 mdwNew key size interface.
2000-06-17 mdwUse secure arena for memory allocation. Minor changes...
2000-06-17 mdwPortability fix for broken compilers.
2000-06-17 mdwTypesetting fix. Add a flags word to the generic gener...
2000-06-17 mdwMinor changes in the generic hash and MAC interfaces.
2000-06-17 mdwMinor changes in the generic hash interface.
2000-06-17 mdwAdd a commentary on the system.
next