소스 검색

argh - bugfix in lib/blowfish.py

tags/v0.1^2
Ben Kurtovic 13 년 전
부모
커밋
56738eaede
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/blowfish.py

+ 1
- 1
lib/blowfish.py 파일 보기

@@ -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)

불러오는 중...
취소
저장