RosettaCodeData/Task/SHA-1/LiveCode/sha-1.livecode
2023-07-01 13:44:08 -04:00

6 lines
158 B
Text

command shaRosettaCode
local shex, sha1
put sha1Digest("Rosetta Code") into sha1
get binaryDecode("H*",sha1,shex)
put shex
end shaRosettaCode