Prepare to release HOP 1.0.2

This commit is contained in:
Peaceful Potato 2020-12-04 18:47:12 +00:00
parent 9107971194
commit 77a1357e4f
1 changed files with 160 additions and 153 deletions

View File

@ -6,12 +6,19 @@
#Updated version number
#Added optimize for Discord option
#Added changelog
#Hop Decode
#HOP Decode
#1.0:
#Released HOP decode
#1.0.1:
#Updated version number to match that of HOP Encode
#Added changelog
#HOP
#1.0.2:
#Combined HOP Encode and HOP Decode
#Integrated GitHub and repl.it
#Added several files, including .replit, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, and SECURITY.md
#Moved input, print, and import statements outside functions
#Added ability to choose on runtime encode or decode
import base64
def decode(ciphertext, key):