all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
4
Task/SHA-1/PicoLisp/sha-1.l
Normal file
4
Task/SHA-1/PicoLisp/sha-1.l
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(let Str "Rosetta Code"
|
||||
(pack
|
||||
(mapcar '((B) (pad 2 (hex B)))
|
||||
(native "libcrypto.so" "SHA1" '(B . 20) Str (length Str) '(NIL (20))) ) ) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue