RosettaCodeData/Task/MD5/Emacs-Lisp/md5.l
2023-07-01 13:44:08 -04:00

2 lines
211 B
Common Lisp

(md5 "The quick brown fox jumped over the lazy dog's back") ;=> "e38ca1d920c4b8b8d3946b2c72f01680"
(secure-hash 'md5 "The quick brown fox jumped over the lazy dog's back") ;=> "e38ca1d920c4b8b8d3946b2c72f01680"