Jump to content

SHA-1: Difference between revisions

4 bytes removed ,  4 years ago
m
Fix Perl 6 -> Raku in comments
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl 6 -> Raku in comments)
Line 1,464:
=={{header|Raku}}==
(formerly Perl 6)
===Pure Perl 6Raku===
A pure Perl 6Raku implementation that closely follows the description of SHA-1 in FIPS 180-1. Slow.
 
<lang perl6>sub postfix:<mod2³²> { $^x % 2**32 }
10,333

edits

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