Hashtron inference: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: forgot the 64bit requirement)
Line 319: Line 319:
{{trans|Wren}}
{{trans|Wren}}
<syntaxhighlight lang="phix">
<syntaxhighlight lang="phix">
requires(64)
function hashtron(integer n, s, mx, bool bShow)
function hashtron(integer n, s, mx, bool bShow)
// Mixing stage, mix input with salt using subtraction
// Mixing stage, mix input with salt using subtraction