mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 14:34:29 +01:00
Fix portable implementation of i (via sbcl and cl-md5).
This commit is contained in:
2
md5.lisp
2
md5.lisp
@ -109,7 +109,7 @@ where a is the intended low-order byte and d the high-order byte."
|
||||
#+cmu
|
||||
(kernel:32bit-logical-xor y (kernel:32bit-logical-orc2 x z))
|
||||
#-cmu
|
||||
(logxor y (logorc2 x z)))
|
||||
(ldb (byte 32 0) (logxor y (logorc2 x z))))
|
||||
|
||||
(declaim (inline mod32+)
|
||||
(ftype (function (ub32 ub32) ub32) mod32+))
|
||||
|
||||
Reference in New Issue
Block a user