Skip to content

Commit 0ff9851

Browse files
committed
Cleaned up comments
1 parent b622c48 commit 0ff9851

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

codext/crypto/rotn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ def decode(text, errors="strict"):
3232
return decode
3333

3434

35-
# note: the integer behind "rot" is captured for sending to the parametrizable encode and decode functions "rotn_**code"
3635
add("rotN", rot_encode, rot_decode, r"(?i)rot[-_]?([1-9]|1[0-9]|2[0-5])$")

codext/crypto/xor_byte.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ def encode(text, errors="strict"):
2121
return encode
2222

2323

24-
# note: the integer (belongs to ]0,256[) behind "xor" is captured for sending to the parametrizable encode and decode
25-
# functions "xor_byte_**code"
2624
add("xorN", xor_byte_encode, xor_byte_encode, r"(?i)xor[-_]?([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$")

0 commit comments

Comments
 (0)