diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /baseline/source/rijndael_dec/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'baseline/source/rijndael_dec/ChangeLog.txt')
| -rw-r--r-- | baseline/source/rijndael_dec/ChangeLog.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/baseline/source/rijndael_dec/ChangeLog.txt b/baseline/source/rijndael_dec/ChangeLog.txt new file mode 100644 index 0000000..75e26a8 --- /dev/null +++ b/baseline/source/rijndael_dec/ChangeLog.txt | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | File: rijndael_decoder.c | ||
| 2 | Source: security section of MiBench | ||
| 3 | |||
| 4 | - Prefix library functions with rijndael_dec | ||
| 5 | - Move functionality from function main into functions | ||
| 6 | rijndael_enc_init, rijndael_enc_main, and rijndael_enc_return | ||
| 7 | (reusing code from rijndael_enc benchmark) | ||
| 8 | - Added general TACLeBench header to beginning of source code | ||
| 9 | - Applied code formatting with astyle as in the example | ||
| 10 | - Rename to rijndael_dec.c | ||
| 11 | - Make loop counter in rijndael_dec_init unsigned | ||
| 12 | - Remove dead code in rijndael_dec_decfile | ||
| 13 | |||
| 14 | File: aes.h | ||
| 15 | Source: security section of MiBench | ||
| 16 | |||
| 17 | 2016-04-20: | ||
| 18 | - Replace with file aes.h from rijndael_enc benchmark | ||
| 19 | - Declare prototype for rijndael_enc_decrypt instead of rijndael_enc_encrypt | ||
| 20 | |||
| 21 | File: aes.c | ||
| 22 | Source: security section of MiBench | ||
| 23 | |||
| 24 | 2016-04-20: | ||
| 25 | - Replace with file aes.h from rijndael_enc benchmark, using prefix | ||
| 26 | rijndael_dec | ||
| 27 | - Replace implementation for rijndael_enc_encrypt with implementation | ||
| 28 | for rijndael_enc_decrypt | ||
| 29 | - Applied code formatting with astyle as in the example | ||
| 30 | - Remove unused macros s, ff_poly, ff_hi, m1, m2, m3, FFmulX, | ||
| 31 | fwd_mcol, fwd_var, inv_var, si, so, fwd_rnd, inv_rnd, fwd_lrnd, | ||
| 32 | inv_lrnd, locals, l_copy, state_in, state_out, round | ||
| 33 | |||
| 34 | 2016-06-14: | ||
| 35 | - Added cast to make C++ compiler happy | ||
| 36 | |||
| 37 | File: aestab.h | ||
| 38 | Source: security section of MiBench | ||
| 39 | |||
| 40 | 2016-04-20: | ||
| 41 | - Replace with file aestab.h from rijndael_enc benchmark, using prefix | ||
| 42 | rijndael_dec | ||
| 43 | - Remove unused arrays rijndael_dec_s_box, rijndael_dec_inv_s_box, | ||
| 44 | rijndael_dec_ft_tab | ||
| 45 | |||
| 46 | Files: glibc_common.c, my_file.c, glibc_common.h, my_file.h | ||
| 47 | Source: security section of MiBench | ||
| 48 | |||
| 49 | 2016-04-20: | ||
| 50 | - Replace with files rijndael_enc_libc.c and rijndael_enc_libc.h from | ||
| 51 | rijndael_enc benchmark (renamed to rijndael_dec_libc.c and | ||
| 52 | rijndael_dec_libc.h, using prefix rijndael_dec) | ||
| 53 | |||
| 54 | File: input_small_enc.c | ||
| 55 | Source: security section of MiBench | ||
| 56 | |||
| 57 | 2016-02-26: | ||
| 58 | - Prefix input array with rijndael_dec | ||
