Jump to content

MD5/Implementation: Difference between revisions

→‎{{header|Raku}}: add broken tag
m (syntax highlighting fixup automation)
(→‎{{header|Raku}}: add broken tag)
Line 4,697:
(formerly Perl 6)
{{works with|rakudo|2018.03}}
{{Broken|raku}}
<syntaxhighlight lang="raku" line>sub infix:<⊞>(uint32 $a, uint32 $b --> uint32) { ($a + $b) +& 0xffffffff }
sub infix:«<<<»(uint32 $a, UInt $n --> uint32) { ($a +< $n) +& 0xffffffff +| ($a +> (32-$n)) }
1,934

edits

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