RosettaCodeData/Task/SHA-1/NewLISP/sha-1.newlisp
2015-02-20 00:35:01 -05:00

4 lines
209 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:sha1 "Rosetta Code")