summaryrefslogtreecommitdiff
path: root/src/strxor.c
Commit message (Collapse)AuthorAgeFilesLines
* Py3k cleanup: Module initializationDwayne Litzenberger2013-07-141-7/+22
|
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-3/+2
|
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-9/+37
|
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-21/+17
| | | | | | | | | | | | | In an attempt to simplify the copyright status of PyCrypto, I'm placing my code into the public domain, and encouraging other contributors to do the same. I have used a public domain dedication that was recommended in a book on FOSS legal issues[1], followed by the warranty disclaimer boilerplate from the MIT license. [1] _Intellectual Property and Open Source: A Practical Guide to Protecting Code_, a book written by Van Lindberg and published by O'Reilly Media. (ISBN 978-0-596-51796-0)
* Add Crypto.Util.strxor module, and speed up HMAC using it. (For real this ↵Dwayne C. Litzenberger2008-09-141-0/+233
time.) Robey Pointer made an earlier commit that purported to do this (20092c55113afe61da2b6143d8fc5c979622c625), but he forgot to include the C code, and it never ended up being published.