SHA-1: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Eliminated the use of BigInt.)
Line 883: Line 883:
=={{header|Arturo}}==
=={{header|Arturo}}==


<lang arturo>print [sha1 "The quick brown fox jumped over the lazy dog's back"]</lang>
<lang rebol>print digest.sha "The quick brown fox jumped over the lazy dog's back"</lang>


{{out}}
{{out}}