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

3 lines
211 B
EmacsLisp
Raw Permalink Normal View History

2026-04-30 12:34:36 -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"