← board

L2.R3.xor-2-multicase

Xor two bytes across multiple cases · ○ open

Challenge

ladder rank
#26 (level L2)
family / transform
Transform / XorMask
cases
2 case(s), 2 output byte(s)
limits
program ≤ 384 bytes, ≤ 4096 steps/case
purpose
Discourage constant-output shortcuts by requiring a transform over two cases.

Notes

2-byte XOR across 2 cases; strictly harder than xor-1.

Attempt it

git clone https://github.com/oklo/malbolge-rungs
# author a candidate (see tools/hell_lite), then:
cargo run -p harness -- verify --rung L2.R3.xor-2-multicase --program your-candidate.mal --verbose