RosettaCodeData/Task/MD5/Emacs-Lisp/md5.l

3 lines
211 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(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"