Skip to content

Commit

Permalink
Add newline to run xor doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Apr 17, 2024
1 parent 26f9b78 commit 5e5cf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/util/fiddling.py
Expand Up @@ -320,6 +320,7 @@ def xor(*args, **kwargs):
The string of the arguments xor'ed together.
Example:
>>> xor(b'lol', b'hello', 42)
b'. ***'
>>> xor(cut = 'min', other = '')
Expand Down

0 comments on commit 5e5cf4f

Please sign in to comment.