Time for an 2014 update…
This commit is contained in:
parent
372c577f83
commit
09687c4926
2520 changed files with 34227 additions and 7318 deletions
3
Task/MD5/Emacs-Lisp/md5-1.l
Normal file
3
Task/MD5/Emacs-Lisp/md5-1.l
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(md5 "The quick brown fox jumped over the lazy dog's back")
|
||||
=>
|
||||
"e38ca1d920c4b8b8d3946b2c72f01680"
|
||||
6
Task/MD5/Emacs-Lisp/md5-2.l
Normal file
6
Task/MD5/Emacs-Lisp/md5-2.l
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(require 'hmac-md5)
|
||||
(require 'hex-util)
|
||||
(encode-hex-string
|
||||
(md5-binary "The quick brown fox jumped over the lazy dog's back"))
|
||||
=>
|
||||
"e38ca1d920c4b8b8d3946b2c72f01680"
|
||||
7
Task/MD5/Seed7/md5.seed7
Normal file
7
Task/MD5/Seed7/md5.seed7
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$ include "seed7_05.s7i";
|
||||
include "msgdigest.s7i";
|
||||
|
||||
const proc: main is func
|
||||
begin
|
||||
writeln(hex(md5("The quick brown fox jumped over the lazy dog's back")));
|
||||
end func;
|
||||
Loading…
Add table
Add a link
Reference in a new issue