RosettaCodeData/Task/MD5/Emacs-Lisp/md5.el
2026-04-30 12:34:36 -04:00

2 lines
211 B
EmacsLisp

(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"