6 lines
158 B
Text
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
|