7.4.0
✨ generate_random_string extra
✨ int_to_bytes
✨ out_as_any to output in the current format the state is in
✨ to/from italics
✨ to/from_zeckendorf
🐙 atbash to follow cyberchefs implementation
🐙 plugins updated
🐙 swap_endianness remove padding optionally to reflect cyberchef
🐙 update str_to_hex
🐙 xor updated to include raw key_type
🐛 closes #36
🐛 fix some type issues
🔥 bytes_to_ascii renamed to list_to_bytes to handle byte ints
🔥 remove atbash_decode
🔥 str_to_list -> to_list to handle bytes and bytearrays
🤖 types added/updated
🧪 tests added/updated
ℹ️ fixed vigenere to handle non-ASCII letters (#37)
🐙 #37 Updated the vigenere encode and decode methods to only process letters present in the defined alphabet, preventing errors with non-ASCII characters. Added tests to verify correct handling of Unicode input.