aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | write some actual cryptographic software. So yeah.
* | | | | | | | | | Merge pull request #46 from alex/another-reasonHynek Schlawack2013-08-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Also mention that other packages miss python3 support
| * | | | | | | | | 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__
| * | | | | | | | | Fix __author__Hynek Schlawack2013-08-121-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42 from dstufft/doctestsHynek Schlawack2013-08-122-2/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Use the Sphinx doctest builder
| * | | | | | | | | Use the Sphinx doctest builderDonald Stufft2013-08-112-2/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to test our documentation snippets using the standard "doctest" utility.
* | | | | | | | | Merge pull request #43 from tiran/masterDonald Stufft2013-08-111-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix spelling of my name
| * | | | | | | | Fix spelling of my nameChristian Heimes2013-08-121-1/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #41 from dstufft/fix-setupAlex Gaynor2013-08-115-9/+96
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix setup
| * | | | | | | | Ignore the dist directoryDonald Stufft2013-08-111-0/+1
| | | | | | | | |
| * | | | | | | | Include all of our files in the distributions, and install packagesDonald Stufft2013-08-112-1/+10
| | | | | | | | |
| * | | | | | | | Fix the packaging meta-dataDonald Stufft2013-08-113-9/+86
|/ / / / / / / /
* | | | | | | | Merge pull request #40 from dstufft/fix-docsAlex Gaynor2013-08-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make the example error free
| * | | | | | | | Make the example error freeDonald Stufft2013-08-111-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without padding b"my secret message" is not divisible by AES's block size and thus would throw an error.
* | | | | | | | Merge pull request #37 from tiran/masterAlex Gaynor2013-08-113-2/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add classifiers, url, description and nose integration for python setup....
| * | | | | | | | hyper nit-pickChristian Heimes2013-08-111-1/+0
| | | | | | | | |
| * | | | | | | | super nit-pickChristian Heimes2013-08-111-1/+2
| | | | | | | | |
| * | | | | | | | drop setup.py test againChristian Heimes2013-08-111-16/+0
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-10/+18
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #38 from alex/why-cryptographyHynek Schlawack2013-08-112-10/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Better describe why this library exists. Refs #5
| * | | | | | | | | Another issue we're targettingAlex Gaynor2013-08-111-0/+1
| | | | | | | | | |
| * | | | | | | | | English grammarAlex Gaynor2013-08-111-6/+6
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into why-cryptographyAlex Gaynor2013-08-111-0/+4
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.rst
| * | | | | | | | | Added another item from hynekAlex Gaynor2013-08-111-0/+1
| | | | | | | | | |
| * | | | | | | | | Document that we want AES-GCMAlex Gaynor2013-08-111-0/+1
| | | | | | | | | |
| * | | | | | | | | Better gramarAlex Gaynor2013-08-111-1/+1
| | | | | | | | | |
| * | | | | | | | | Make this a headingAlex Gaynor2013-08-111-1/+2
| | | | | | | | | |
| * | | | | | | | | Better describe why this library exists. Refs #5Alex Gaynor2013-08-112-7/+13
| | | | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master'Christian Heimes2013-08-112-5/+18
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #39 from alex/link-docsHynek Schlawack2013-08-111-0/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Link the docs in the readme
| * | | | | | | | | Dropped a wordAlex Gaynor2013-08-111-1/+1
| | | | | | | | | |
| * | | | | | | | | Link the docs in the readmeAlex Gaynor2013-08-111-0/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #35 from hynek/add-new-file-requirements-to-contributingDonald Stufft2013-08-111-5/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Add requirements for code files to CONTRIBUTING
| * | | | | | | | Add requirements for code files to CONTRIBUTINGHynek Schlawack2013-08-111-5/+12
|/ / / / / / / /
| * | | | | | | use py.test for testingChristian Heimes2013-08-113-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
| * | | | | | | add classifiers, url, description and nose integration for python setup.py testChristian Heimes2013-08-101-0/+27
|/ / / / / / /
* | | | | | | Merge pull request #34 from alex/excise-paddingHynek Schlawack2013-08-101-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Fully excised padding from the docs
| * | | | | | Fixed exampleAlex Gaynor2013-08-101-1/+1
| | | | | | |
| * | | | | | Fully excised padding from the docsAlex Gaynor2013-08-101-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #33 from alex/api-valDonald Stufft2013-08-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Make api poitn to the right object
| * | | | | Make api poitn to the right objectAlex Gaynor2013-08-101-1/+1
|/ / / / /
* | | | | Merge pull request #32 from alex/bytes-for-nist-vectorsDonald Stufft2013-08-102-59/+109
|\ \ \ \ \ | |_|_|_|/ |/| | | | Made the load NIST vectors test utility use bytes correctly
| * | | | Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-102-59/+109
|/ / / /
* | | | Merge pull request #30 from dstufft/simplify-apiAlex Gaynor2013-08-101-6/+0
|\ \ \ \ | |_|_|/ |/| | | Removing padding from the encryption API