commit | fe9b82d1526113f6f08e5de9b8d5e75ab1527bbd | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Sep 09 22:09:21 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Sep 10 19:47:50 2013 -0500 |
tree | b118b0daa9b433c4a10099aca73faef20c3189f0 | |
parent | 13f108f926a84eec9c0598164f25cedaece567e3 [diff] |
add ECB support to create_block_cipher_context * This is a basic refactor to support ECB and CBC mode in this method. We can use this as a starting point to discuss a better solution.