diff options
author | Camil Staps | 2015-04-29 16:11:44 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-29 16:11:44 +0200 |
commit | 44edab647afa3856058881a67c512985fa4fac8a (patch) | |
tree | 6f1f860a9da3f264b2acb03c4c344bb94ac3eaa6 /README.md | |
parent | python3 works as well now (diff) |
1.2 python3 support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,12 +1,15 @@ # pypride -Python implementation of the PRIDE cipher +Python 2 & 3 implementation of the PRIDE cipher This software is copyright protected. For now, all rights are reserved. ## Changelog +### 1.2, 29/4/2015 +Python3 support + ### 1.1, 25/4/2015 Faster matrix multiplication using bit manipulation ### 1.0, 23/4/2015 -First working version
\ No newline at end of file +First working version |