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

4 lines
247 B
Text

;; using the crypto module from http://www.newlisp.org/code/modules/crypto.lsp.html
;; (import native functions from the crypto library, provided by OpenSSL)
(module "crypto.lsp")
(crypto:md5 "The quick brown fox jumped over the lazy dog's back")