diff options
author | Camil Staps | 2015-04-25 17:26:28 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-25 17:26:28 +0200 |
commit | 4edca6d104e3643970da3116ba10d4a691671105 (patch) | |
tree | 799944d0985d7f99418e5f22cfe1272ab95b310d /README.md | |
parent | Version 1.1: faster matrices (diff) |
Changelog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,3 +2,11 @@ Python implementation of the PRIDE cipher This software is copyright protected. For now, all rights are reserved. + +## Changelog + +### 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 |