Sfoglia il codice sorgente

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic 13 anni fa
parent
commit
56738eaede
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py Vedi File

@@ -550,4 +550,4 @@ if __name__ == '__main__':
cyphertext = raw_input("Enter a message to decrypt: ")
print "\n" + decrypt(key, cyphertext)
else:
print "Unknown action: '{0}'.".format(op)
print "Unknown action: '{0}'".format(action)

Caricamento…
Annulla
Salva