Prepare to release HOP 1.0.2
This commit is contained in:
parent
9107971194
commit
77a1357e4f
|
@ -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):
|
Loading…
Reference in New Issue