hex.xor_zero (arity 3)ΒΆ

dst[:n] ^= src[:n]
src[:n] = 0

SignatureΒΆ

def xor_zero n, dst, src { ... }

Defined in hex/logics.fj β€” lines 66–68 (view on GitHub).

ComplexityΒΆ

  • Time: n(@+4)

  • Space: n(@+28)

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ


← Previous: hex.xor_zero/2 Next: hex.double_xor β†’