From 86ca90a65bf99a25569705ce5e554decab260ada Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Wed, 11 Feb 2015 17:12:35 +0100 Subject: [PATCH] Remove obsolete comment --- lslopt/lslbasefuncs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lslopt/lslbasefuncs.py b/lslopt/lslbasefuncs.py index eed0590..a06ef32 100644 --- a/lslopt/lslbasefuncs.py +++ b/lslopt/lslbasefuncs.py @@ -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)