aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Small note about the purposeDonald Stufft2013-08-101-0/+1
| * | | Add a comment to note that disabling padding is desiredDonald Stufft2013-08-101-1/+3
| * | | 2.6 compatAlex Gaynor2013-08-101-1/+1
| * | | Fixed wrong testAlex Gaynor2013-08-101-1/+1
| * | | Ensure that AES gets a proper key sizeDonald Stufft2013-08-102-0/+10
| * | | Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-101-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-100-0/+0
| |\ \ \ \
| * | | | | Fixed toxAlex Gaynor2013-08-101-1/+3
| * | | | | Use an enum for determining BlockCipher operationDonald Stufft2013-08-104-9/+25
| * | | | | Remove padding from the docs.Alex Gaynor2013-08-101-3/+3
| * | | | | Be consistentAlex Gaynor2013-08-101-1/+1
| * | | | | Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-100-0/+0
| |\ \ \ \ \
| * | | | | | Remove the padding from the BlockCipher APIDonald Stufft2013-08-104-39/+22
| * | | | | | Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-101-6/+0
| |\ \ \ \ \ \
| * | | | | | | BlockCiphers should know their own nameDonald Stufft2013-08-102-0/+13
| * | | | | | | Ciphers should know what size their keys areDonald Stufft2013-08-103-1/+34
| * | | | | | | Make flake8 happyDonald Stufft2013-08-103-0/+3
| * | | | | | | Merge branch 'master' into simple-symmetric-encryptionDonald Stufft2013-08-100-0/+0
| |\ \ \ \ \ \ \
| * | | | | | | | Ensure that a BlockCipher can only be used for one operationDonald Stufft2013-08-102-2/+35
| * | | | | | | | Some apache license headers (we need a pyflkaes check for thsi)Alex Gaynor2013-08-108-0/+104
| * | | | | | | | Removed duplicate tests, added tests + fix for use after finalizeAlex Gaynor2013-08-092-15/+13
| * | | | | | | | Address a review noteAlex Gaynor2013-08-091-1/+1
| * | | | | | | | Use a test file with shorter keys so that all lines match our coding standardAlex Gaynor2013-08-091-32/+56
| * | | | | | | | Get stuff working on py3k for realAlex Gaynor2013-08-095-65/+80
| * | | | | | | | Steps to get this running on py32 and py33 againAlex Gaynor2013-08-092-4/+4
| * | | | | | | | Compute the cipher name slightly (only slightly) betterAlex Gaynor2013-08-093-2/+6
| * | | | | | | | More TODOsAlex Gaynor2013-08-092-1/+3
| * | | | | | | | Start playing with getting useful errors. We need unit tests for all theseAlex Gaynor2013-08-091-10/+18
| * | | | | | | | Clear the sensitive dataAlex Gaynor2013-08-091-0/+6
| * | | | | | | | Another TODOAlex Gaynor2013-08-091-0/+1
| * | | | | | | | Many TODOs later, we can encrypt a thingAlex Gaynor2013-08-093-3/+74
| * | | | | | | | Properly decode plaintext before encrypting itDonald Stufft2013-08-092-16/+32
| * | | | | | | | Use the NIST MMT vectors to test AES-CBC w/ no paddingDonald Stufft2013-08-0919-13/+2348
| * | | | | | | | Reduce code duplicationAlex Gaynor2013-08-081-80/+19
| * | | | | | | | StyleAlex Gaynor2013-08-081-2/+1
| * | | | | | | | Use the NIST KAT vectors to test AES-CBC w/ no paddingDonald Stufft2013-08-0972-0/+73644
| * | | | | | | | Tests now running against the NIST vectorsAlex Gaynor2013-08-082-8/+5
| * | | | | | | | Merge branch 'master' into simple-symmetric-encryptionAlex Gaynor2013-08-084-2/+315
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Started stubbing stuff out, including a simple test, now is the part where weAlex Gaynor2013-08-088-3/+51
* | | | | | | | | | Merge pull request #46 from alex/another-reasonHynek Schlawack2013-08-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Nit for HynekAlex Gaynor2013-08-121-1/+1
| * | | | | | | | | Also mention that other packages miss python3 supportAlex Gaynor2013-08-121-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #44 from hynek/fix-__about__Donald Stufft2013-08-121-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix __author__Hynek Schlawack2013-08-121-3/+3
* | | | | | | | | | Merge pull request #42 from dstufft/doctestsHynek Schlawack2013-08-122-2/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Use the Sphinx doctest builderDonald Stufft2013-08-112-2/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #43 from tiran/masterDonald Stufft2013-08-111-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix spelling of my nameChristian Heimes2013-08-121-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #41 from dstufft/fix-setupAlex Gaynor2013-08-115-9/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | Ignore the dist directoryDonald Stufft2013-08-111-0/+1