Commit Graph

4 Commits

Author SHA1 Message Date
401b7bc17f First release that works on big-endian CMU CL releases. Should also work
on other ANSI CL implementations, but quite suboptimally, of course.
2001-11-14 23:53:48 +00:00
1c4108cfb4 Actually this release was the first public release. It switches over to
using kernel:32bit-logical-* instead of the silly signed-byte acrobatics
that were previously needed to get the various logical and ash operations
optimized.  Also added rudimentary file-comment.
2001-11-14 23:46:29 +00:00
9b71d00d16 Initial public release, which moved to simple-array representation of
working state (md5-regs).  This is the first release that doesn't cons
for normal operations.  Posted on cmucl-help on 2001-11-09.
2001-11-14 23:39:20 +00:00
59a41db8e8 Initial version of MD5 code, using multiple-values, which we abandoned
due to boxing on each call to update-md5-block (might have been caused
by missing inline declaration for that function).
2001-11-14 23:36:03 +00:00