mirror of
https://github.com/pmai/md5.git
synced 2025-12-22 06:54:30 +01:00
Minor documentation changes.
This commit is contained in:
14
NEWS
14
NEWS
@ -15,10 +15,10 @@ Release 2.0.0
|
|||||||
streams is deprecated, since it only ever worked correctly for 8bit
|
streams is deprecated, since it only ever worked correctly for 8bit
|
||||||
characters in most implementations.
|
characters in most implementations.
|
||||||
|
|
||||||
* This release should work correctly on at least CMUCL, SBCL, ECL,
|
* This release should work correctly on at least recentish versions
|
||||||
CCL, Lispworks, AllegroCL and ABCL and generally most other
|
of CMUCL, SBCL, ECL, CCL, Lispworks, AllegroCL and ABCL and
|
||||||
conforming implementations. It has been optimized for CMUCL, SBCL
|
generally most other conforming implementations. It has been
|
||||||
and Lispworks, and should work with adequate performance on most
|
optimized for CMUCL, SBCL and Lispworks, and should work with
|
||||||
64bit implementations. Performance on other 32bit implementations
|
adequate performance on most 64bit implementations. Performance on
|
||||||
is still sub-optimal if they don't support unboxed bit-operations
|
other 32bit implementations is still sub-optimal if they don't
|
||||||
on (unsigned-byte 32).
|
support unboxed bit-operations on (unsigned-byte 32).
|
||||||
|
|||||||
Reference in New Issue
Block a user