Example #1
0
def test_xor_str():
    assert pwny.xor(b'abcd', b'fooo') == b'\x07\r\x0c\x0b'
    assert pwny.xor(b'abcd', b'fooofooo') == b'\x07\r\x0c\x0b\x07\r\x0c\x0b'
Example #2
0
def test_xor_int():
    assert pwny.xor(61, b'fooo') == b'[RRR'