| Comment | Frequency |
|---|---|
| updating aesCell binary | 1 (1.8%) |
| updated aesCell binary | 1 (1.8%) |
| still sweeping.... | 1 (1.8%) |
| more cleanup | 1 (1.8%) |
| limited spes to 6 to reflect our architectural limitations | 1 (1.8%) |
| Date | Author | File/Message |
|---|---|---|
| 12/3/07 11:47 AM | jone6916 |
I fixed the kruptos script to skip over any file not ending in .enc
(1 Files changed,
8 Lines changed)
programs/aes/kruptos.sh 1.4
(+8
-8)
|
| 11/17/07 7:27 PM | jone6916 |
Fixed the incorrect output filesize issue with cbc single. Also removed a debugging message
(3 Files changed,
12 Lines changed)
programs/aes/ecbSingle.c 1.7
(+2
-2)
programs/aes/ecbParallel.c 1.6
(+1
-1)
programs/aes/cbcSingle.c 1.5
(+9
-3)
|
| 11/12/07 5:13 PM | krue4954 |
More bug fixes.
(1 Files changed,
28 Lines changed)
programs/aes/kruptos.sh 1.3
(+28
-4)
|
| 11/12/07 4:58 PM | jone6916 |
CORRECTIVE: Massaged the output to make it easier to read
(3 Files changed,
15 Lines changed)
programs/aes/cbcParallel.c 1.6
(+1
-1)
programs/aes/aesCell.c 1.7
(+13
-4)
programs/aes/speManager.c 1.5
(+1
-1)
|
| 11/12/07 3:44 PM | jone6916 |
CORRECTIVE: fixed the way that the output filename is generated to correctly remove the path from the begining of an input filename
(4 Files changed,
72 Lines changed)
programs/aes/ecbSingle.c 1.6
(+18
-2)
programs/aes/ecbParallel.c 1.5
(+18
-2)
programs/aes/speManager.c 1.4
(+18
-2)
programs/aes/cbcSingle.c 1.4
(+18
-2)
|
| 11/12/07 3:21 PM | krue4954 |
CORRECTIVE: Added a warning if using the command line incorrectly.
(1 Files changed,
4 Lines changed)
programs/aes/kruptos.sh 1.2
(+4
-2)
|
| 11/12/07 3:09 PM | krue4954 |
Removed runanalysis. Was old version. Did commit on kruptos.sh - the updated version that was frozen Saturday night.
(2 Files changed,
211 Lines changed)
programs/aes/runanalysis.sh 1.15 removed
programs/aes/kruptos.sh 1.1 added 211
|
| 11/12/07 9:22 AM | jone6916 |
updated aesCell binary
(1 Files changed,
46 Lines changed)
programs/aes/aesCell 1.3 added 46
|
| 11/12/07 9:22 AM | jone6916 |
updating aesCell binary
(1 Files changed,
0 Lines changed)
programs/aes/aesCell 1.2 removed
|
| 11/12/07 9:20 AM | jone6916 |
Fixed the file handler so that it accepts an output directory for storage, cleaned up warnings.
(14 Files changed,
69 Lines changed)
programs/aes/EPSCoRProposal.enc 1.7 removed
programs/aes/decrypted 1.7 removed
programs/aes/EPSCoRProposal.pdf 1.7 removed
programs/aes/ecbSingle.c 1.5
(+16
-7)
programs/aes/aescrypt2encrypted 1.7 removed
programs/aes/ecbParallel.c 1.4
(+15
-10)
programs/aes/genDefines.h 1.3
(+3
-2)
programs/aes/speManager.c 1.3
(+9
-5)
programs/aes/cbcSingle.c 1.3
(+17
-7)
programs/aes/aescrypt2 1.11 removed
programs/aes/aescrypt2.c 1.11 removed
programs/aes/package.h 1.2
(+1
-0)
programs/aes/cbcParallel.c 1.5
(+8
-2)
programs/aes/EPSCoRProposal.dec.pdf 1.7 removed
|
| 11/11/07 6:04 PM | jone6916 |
CORRECTIVE: I fixed the bug that would not let you work with a single input file when doing single threaded stuff
(3 Files changed,
6 Lines changed)
programs/aes/cbcSingle.c 1.2
(+2
-1)
programs/aes/ecbSingle.c 1.4
(+2
-1)
programs/aes/cbcParallel.c 1.4
(+2
-0)
|
| 11/11/07 3:03 PM | jone6916 |
NEW: Adding the aesCell binary to the repository so that it can be accessed from anywhere
(1 Files changed,
47 Lines changed)
programs/aes/aesCell 1.1 added 47
|
| 11/11/07 3:02 PM | jone6916 |
Corrective: Fixed the filesize issue when writing a file under ecb single threaded mode
(1 Files changed,
4 Lines changed)
programs/aes/ecbSingle.c 1.3
(+4
-4)
|
| 11/10/07 7:17 PM | jone6916 |
NEW: I added the single threaded cbc stuff, and modified the Makefile accordingly
(5 Files changed,
513 Lines changed)
programs/aes/aesCell.c 1.6
(+15
-0)
programs/aes/cbcSingle.h 1.1 added 23
programs/aes/genDefines.h 1.2
(+4
-3)
programs/aes/cbcSingle.c 1.1 added 469
programs/Makefile 1.12
(+2
-2)
|
| 11/10/07 2:51 PM | jone6916 |
New: Implemented file handling and metrics for the single threaded ECB algorithm
(7 Files changed,
378 Lines changed)
programs/aes/ecbParallel.h 1.2
(+1
-0)
programs/aes/cbcSPE0.c 1.2
(+7
-1)
programs/aes/speManager.c 1.2
(+47
-21)
programs/aes/ecbParallel.c 1.3
(+121
-14)
programs/aes/cbcParallel.c 1.3
(+18
-2)
programs/aes/aesCell.c 1.5
(+23
-1)
programs/aes/ecbSingle.c 1.2
(+161
-95)
|
| 11/10/07 1:04 AM | jone6916 |
just making sure everything is current, nothing really to report
(1 Files changed,
0 Lines changed)
programs/aes/cbcSPE1.c 1.2
(+0
-1)
|
| 11/10/07 12:39 AM | jone6916 |
Fixed a commit issue
(1 Files changed,
1 Lines changed)
programs/aes/cbcParallel.c 1.2
(+1
-1)
|
| 11/10/07 12:37 AM | jone6916 |
NEW: added multiple file handling utility to ecb parallel
(3 Files changed,
150 Lines changed)
programs/aes/ecbParallel.c 1.2
(+144
-192)
programs/aes/aesSPE2.c 1.3
(+2
-24)
programs/aes/aesSPE.c 1.3
(+4
-26)
|
| 11/9/07 11:23 PM | jone6916 |
NEW: Implemented cbc parallel with metrics
(12 Files changed,
962 Lines changed)
programs/aes/cbcParallel.c 1.1 added 206
programs/aes/speManager.c 1.1 added 385
programs/aes/cbcSPE0.c 1.1 added 133
programs/aes/speManager.h 1.1 added 23
programs/aes/cbcSPE1.c 1.1 added 134
ppulib/sha2.c 1.2
(+10
-10)
spulib/sha2.c 1.2
(+10
-10)
programs/aes/aesCell.c 1.4
(+2
-1)
programs/aes/cbcParallel.h 1.1 added 28
programs/aes/package.h 1.1 added 12
programs/Makefile 1.11
(+17
-5)
include/xyssl/sha2.h 1.7
(+2
-2)
|
| 11/7/07 11:29 AM | jone6916 |
more cleanup
(8 Files changed,
0 Lines changed)
programs/hash/sha2sum 1.9 removed
programs/hash/hello 1.7 removed
programs/hash/sha1sum 1.7 removed
programs/hash/sha1sum.c 1.7 removed
programs/hash/hello.c 1.7 removed
programs/hash/md5sum.c 1.7 removed
programs/hash/md5sum 1.7 removed
programs/hash/sha2sum.c 1.7 removed
|