Jump to content

MD5: Difference between revisions

6 bytes removed ,  12 years ago
Line 339:
(octets->letters #+sbcl (sb-md5:md5sum-string string)
#-sbcl (with-input-from-string (stream string)
(md5:md5sum-stream stream))))</prelang>
 
CL-USER> (md5 "foo")
"acbd18db4cc2f85cedef654fccc4a4d8"</lang>
 
=={{header|D}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.