hex.double_xorΒΆ

dst1 ^= src
dst2 ^= src

dst1,dst2,src are hexes

SignatureΒΆ

def double_xor dst1, dst2, src { ... }

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

ComplexityΒΆ

  • Time: @+4

  • Space: @+28

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.xor_zero/3 Next: hex.address_and_variable_xor β†’