mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Remove obsolete comment
This commit is contained in:
parent
db862bb4a6
commit
86ca90a65b
1 changed files with 0 additions and 3 deletions
|
@ -1662,9 +1662,6 @@ def llXorBase64Strings(s, xor):
|
|||
ret += B64[val1 ^ val2]
|
||||
return ret
|
||||
|
||||
# NOTE: llXorBase64StringsCorrect returns garbage bytes if the input xor string
|
||||
# starts with zero or one valid Base64 characters. We don't emulate that here;
|
||||
# our output is deterministic.
|
||||
def llXorBase64StringsCorrect(s, xor):
|
||||
assert isstring(s)
|
||||
assert isstring(xor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue