Jump to content

SHA-256: Difference between revisions

109 bytes added ,  11 years ago
→‎{{header|Perl 6}}: mentioning the eagerness of the implementation
m (wikipedia link)
(→‎{{header|Perl 6}}: mentioning the eagerness of the implementation)
Line 361:
 
=={{header|Perl 6}}==
 
The following implementation takes all data as input. Ideally, input should be given lazily or something.
 
<lang Perl 6>say .list».fmt("%02x").join given sha256 "Rosetta code";
 
1,934

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.