Fixed 64-bit windows compatibility, thanks to Theodore "okready" Cipicchio for the analysis and patch.
Update test coverage to pythons 2.7, 3.4, 3.5, 3.6, and 3.7. Removed 2.6 and 3.3.
Recommend PyNaCl over this package: faster, better-maintained, more features.
1.4
Added pypy3 compatibility, thanks to Miroslav Shubernetskiy. Updated to versioneer-0.15.
1.3
Added python3.3/3.4 compatibility, thanks to Jan Gerber. According to our ongoing Travis-CI test coverage, we are now compatible with pythons 2.6, 2.7, 3.3, and 3.4 . Also updated to versioneer-0.11 (which supports py3).
1.2
Don't require C99 features that are lacking on some Microsoft compilers. Thanks to Samuel "Dcoder" Neves for the patch, via pycryptopp.
1.1
Fix a segfault that occurred on 64bit systems, at least on Fedora/gcc-4.7, resulting from using the wrong sized variable. Many thanks to Samuel "Dcoder" Neves for tracking down the problem.
1.0
Minor changes: remove mention of the unimplemented base62 encoding, update to versioneer-0.7 to make development smoother.