Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/MD4/Emacs-Lisp/md4.l
Normal file
7
Task/MD4/Emacs-Lisp/md4.l
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(require 'md4)
|
||||
(require 'hex-util)
|
||||
(let* ((s "Rosetta Code")
|
||||
(m (md4 s (length s)))) ;; m = 16 binary bytes
|
||||
(encode-hex-string m))
|
||||
=>
|
||||
"a52bcfc6a0d0d300cdc5ddbfbefe478b"
|
||||
Loading…
Add table
Add a link
Reference in a new issue