Skip to content

Commit

Permalink
Update cryptix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukuna-XD authored Aug 25, 2024
1 parent feacd49 commit dc4c222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cryptix/cryptix.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def encrypt_caeser_cipher(plaintext, shift):


@staticmethod
def base32_encode(text):
def encode_base32_encoding(text):
"""
Encodes the input string into Base32 manually.
Expand Down

0 comments on commit dc4c222

Please sign in to comment.