{ "info": { "author": "Zooko Wilcox", "author_email": "zookog@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: DFSG approved", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "===========================================================\n pycryptopp: a small number of good cryptography algorithms\n===========================================================\n\nIntroduction and Licence\n========================\n\nPycryptopp is a collection of Python interfaces to a few good crypto\nalgorithms. It lives at https://tahoe-lafs.org/trac/pycryptopp\n\nRECOMMENDED algorithms:\n\n\u2022 XSalsa20 ; from the Crypto++ library ; see pycryptopp.cipher.xsalsa20\n\u2022 Ed25519 ; from the supercop library ; see pycryptopp.publickey.ed25519\n\nDEPRECATED algorithms:\n\nThe maintainers of pycryptopp intend to stop supporting these soon. Please\nmigrate away from depending on pycryptopp's implementation of these\nalgorithms, or else write to us and offer some inducement to continue\nsupporting them.\n\n\u2022 RSA from the Crypto++ library ; see pycryptopp.publickey.rsa ; deprecated\n in favor of Ed25519\n\u2022 Ecdsa from the Crypto++ library ; see pycryptopp.publickey.ecdsa ;\n deprecated in favor of Ed25519\n\u2022 SHA-256 from the Crypto++ library ; see pycryptopp.hash.sha256 ; deprecated\n in favor of the Python Standard Library's hashlib module\n\nLICENCE\n-------\n\nYou may use this package under the GNU General Public License, version 2 or,\nat your option, any later version. You may use this package under the\nTransitive Grace Period Public Licence, version 1.0 or, at your option, any\nlater version. You may use this package under the MIT License. You may use\nthis package under the Simple Permissive Licence.\n\n(You may choose to use this package under the terms of any of these licences,\nat your option.)\n\nSee the file COPYING.GPL for the terms of the GNU General Public License,\nversion 2. See the file COPYING.TGPPL.rst for the terms of the Transitive\nGrace Period Public Licence, version 1.0. See the file COPYING.MIT.txt for\nthe terms of the MIT License. See the file COPYING.SPL.txt for the terms of\nthe Simple Permissive Licence.\n\nBUILDING\n--------\n\nTo build it run \"python setup.py build\". To test it run \"python setup.py\ntest\". To install it into your system run \"python setup.py install\". To\ncreate a binary package run \"python setup.py bdist_egg\".\n\nIf \"python setup.py test\" doesn't print out \"PASSED\" and exit with exit\ncode 0 then there is something seriously wrong. Do not use this build of\npycryptopp. Please report the error to the tahoe-dev mailing list \u00b2_.\n\nTo see some simple benchmarks run \"python setup.py bench\". If the \"pyutil\"\nlibrary is installed then the benchmarks will include mean, best, worst, and\nquartiles of wall-clock time, else they will just report the mean wall-clock\ntime per operation.\n\nDOCUMENTATION\n-------------\n\nThe documentation is in the docstrings. From a command-line, use \"pydoc\npycryptopp\", \"pydoc pycryptopp.cipher\", and so on. From within a Python\ninterpreter use \"help(pycryptopp)\", \"help(pycryptopp.cipher)\",\n\"help(pycryptopp.cipher.aes)\" and so on.\n\nThe documentation for pycryptopp.publickey.ed25519 is in README.ed25519.rst,\nadapted from the upstream python-ed25519 library.\n\nCONTACT\n-------\n\nPlease post to the tahoe-dev mailing list \u00b2_ with comments about this\npackage.\n\nBOOK REVIEW\n-----------\n\nIf you are not already acquainted with how to use modern cryptography, read\nFerguson, Schneier, and Kohno \u201cCryptography Engineering\u201d. It is easy going\nand will increase your understanding greatly.\n\nACKNOWLEDGEMENTS\n----------------\n\nThanks to Wei Dai, Jeffrey Walton, and the other contributors to\nCrypto++, Andrew M. Kuchling for his \"pycrypto\" library which inspired\nthis one, Brian Warner for help on Python packaging questions,\npython-Ed25519, inspiration, and a million other things besides, Greg\nHazel and Samuel Neves for Windows porting and fixing bugs, Daira\nHopwood for helping maintain pycryptopp, and Daniel J. Bernstein for\nEd25519.\n\n\nZooko Wilcox\n\nBerlin, Germany\n\n2016-01-03\n\n\n.. _\u00b9: https://github.com/warner/python-ed25519\n.. _\u00b2: https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tahoe-lafs.org/trac/pycryptopp", "keywords": null, "license": "GNU GPL", "maintainer": null, "maintainer_email": null, "name": "pycryptopp", "package_url": "https://pypi.org/project/pycryptopp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycryptopp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://tahoe-lafs.org/trac/pycryptopp" }, "release_url": "https://pypi.org/project/pycryptopp/0.7.1.869544967005693312591928092448767568728501330214/", "requires_dist": null, "requires_python": null, "summary": "Python wrappers for a few algorithms from the Crypto++ library", "version": "0.7.1.869544967005693312591928092448767568728501330214" }, "last_serial": 3810715, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "21d6758013b7670fbbc6b0405574c49e", "sha256": "9cf0134450b158f887aa6eeb673cb2b3228cc4cb7aa621b6d50c1def716fff6d" }, "downloads": -1, "filename": "pycryptopp-0.0.6.tar.gz", "has_sig": false, "md5_digest": "21d6758013b7670fbbc6b0405574c49e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7673, "upload_time": "2007-11-06T00:17:15", "url": "https://files.pythonhosted.org/packages/57/c5/75577af6fb60f59b35d2d15ee6f1b471d558b730fd1549bc6412e01a6896/pycryptopp-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "8e0faee1fd7fb196f8d41031b890fc80", "sha256": "b318854ab99a26205ecb73746fd023552e54ebdd5c033b9d547f1e6b26cc4414" }, "downloads": -1, "filename": "pycryptopp-0.0.7.tar.gz", "has_sig": false, "md5_digest": "8e0faee1fd7fb196f8d41031b890fc80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7971, "upload_time": "2007-11-06T00:19:49", "url": "https://files.pythonhosted.org/packages/41/04/ff5a1f447da2833df58f6e1c13cc1865d70141aea567d896c984b6b3c62e/pycryptopp-0.0.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "887232bb53e44f715dbf63d06529ab44", "sha256": "54a696c3a662a243a179983b2a7c1f3d0b3514e05d76770408f7b8456b3c9901" }, "downloads": -1, "filename": "pycryptopp-0.2.0.tar.gz", "has_sig": false, "md5_digest": "887232bb53e44f715dbf63d06529ab44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9660, "upload_time": "2007-11-07T00:53:34", "url": "https://files.pythonhosted.org/packages/d0/ac/663c654918c3f02bd481574865e20793d5fc31c81ce9fc3efd3f47be7826/pycryptopp-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "516a290b79a56edf98abe9f70d28e840", "sha256": "97e3ce856a89016c3a41211b3973d202a8afd2670ef365d4e7e37f5420606f06" }, "downloads": -1, "filename": "pycryptopp-0.2.1.tar.gz", "has_sig": false, "md5_digest": "516a290b79a56edf98abe9f70d28e840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9705, "upload_time": "2007-11-07T05:52:38", "url": "https://files.pythonhosted.org/packages/8d/ef/98ed5286c6239a0c319522249625d3aa9e2f056f2134e3dd2648706f158e/pycryptopp-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bad98e2338cc604a13afb5b0e3c97cac", "sha256": "06bc56473ba4b30c3335ecda9aa681524e2e22bed16d2c5e9d063e56c640c6ba" }, "downloads": -1, "filename": "pycryptopp-0.2.2.tar.gz", "has_sig": false, "md5_digest": "bad98e2338cc604a13afb5b0e3c97cac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9739, "upload_time": "2007-11-07T23:48:07", "url": "https://files.pythonhosted.org/packages/ce/78/94edab36a7737b5faca35fdaf1ad8d958ea3626acbcfab562756961b3623/pycryptopp-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c042feb29d4649ac26b4220b9bc0cccf", "sha256": "e85b60a964ca952e7a71becb7784672336d53a41b3ae9655f195bc703d3098b3" }, "downloads": -1, "filename": "pycryptopp-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c042feb29d4649ac26b4220b9bc0cccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9738, "upload_time": "2007-11-07T23:48:46", "url": "https://files.pythonhosted.org/packages/bb/65/7ec27a21ccadd143e1e07ff97b11c234518051fbf6da5f57ea3c626b2758/pycryptopp-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "9ea58a0bc732119ac19e5df3ad3fd489", "sha256": "d8f1ab306ac49523fd4bef7b28f6ecfbbbd22d38b2c870b63770e3001cf20b6e" }, "downloads": -1, "filename": "pycryptopp-0.2.4.tar.gz", "has_sig": false, "md5_digest": "9ea58a0bc732119ac19e5df3ad3fd489", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10021, "upload_time": "2007-11-08T14:24:35", "url": "https://files.pythonhosted.org/packages/b0/29/2aa80d24ed717df612f4dfe3ec532ae56d85688c53610e96fb172ba1d168/pycryptopp-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "66b7fe85b82db96a9981968c61aac853", "sha256": "23a2ba25ea4c4a2ed5572f8e11c21ec92b19cb0db3ca586daf306991675d1beb" }, "downloads": -1, "filename": "pycryptopp-0.2.5-py2.5-macosx-10.3-fat.egg", "has_sig": false, "md5_digest": "66b7fe85b82db96a9981968c61aac853", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 1567865, "upload_time": "2007-11-09T19:01:04", "url": "https://files.pythonhosted.org/packages/e0/ef/46c0f49c1e1807da0687380062e78043d0225a9d9445c4338e68d83c4952/pycryptopp-0.2.5-py2.5-macosx-10.3-fat.egg" }, { "comment_text": "", "digests": { "md5": "2bf377279df95994ce3006dc93f63b77", "sha256": "2ece29bf1f53df34f9d1145bcbabac4cede686ee5293b181ffc2c4bfdd71e64d" }, "downloads": -1, "filename": "pycryptopp-0.2.5.tar.gz", "has_sig": false, "md5_digest": "2bf377279df95994ce3006dc93f63b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 330070, "upload_time": "2007-11-09T18:59:44", "url": "https://files.pythonhosted.org/packages/17/b2/1777163120c0b6a22595d8204012842b64acd211b3f8ad5afbcdcf7d0347/pycryptopp-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "991ad984cf526769b5eecbe49853f945", "sha256": "84f17387f548886373f18e0bff95eeaa379f7f0b8e9b18d597051d5b9d1889c2" }, "downloads": -1, "filename": "pycryptopp-0.2.6-py2.5-macosx-10.3-fat.egg", "has_sig": false, "md5_digest": "991ad984cf526769b5eecbe49853f945", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 1568049, "upload_time": "2007-11-10T00:14:47", "url": "https://files.pythonhosted.org/packages/e6/d8/7765510775e4498daefba7a91edf0e32d1fd396c4cf2bde17ef495d72783/pycryptopp-0.2.6-py2.5-macosx-10.3-fat.egg" }, { "comment_text": "", "digests": { "md5": "ce1013876e06d930dd9c9947d059bbc6", "sha256": "ef12fba0ca2a48d170e0f8c5d1f89c0e1863358f4d8f1aad998990d5c084f280" }, "downloads": -1, "filename": "pycryptopp-0.2.6.tar.gz", "has_sig": false, "md5_digest": "ce1013876e06d930dd9c9947d059bbc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 330186, "upload_time": "2007-11-10T00:13:04", "url": "https://files.pythonhosted.org/packages/3c/97/42278d8bb060cc41be4bdefa8116ca835a132dcb2ecff42493e6b2c61a57/pycryptopp-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "da3a2e41561f77c64a25ab1768e1ef17", "sha256": "ad105ea88728916281c81e587650ed58a17a48876e7272586b2055b1e3c0130d" }, "downloads": -1, "filename": "pycryptopp-0.2.7.tar.gz", "has_sig": false, "md5_digest": "da3a2e41561f77c64a25ab1768e1ef17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 331611, "upload_time": "2007-11-19T21:06:37", "url": "https://files.pythonhosted.org/packages/42/d8/c29bb43d92b36df79c380b7ebbb7226e86c6ee9b9d8e73cc6021f057cd10/pycryptopp-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "9c467a3f5efae4f2bf7c6e24a28cfb13", "sha256": "dd7b270693892b35933e07deed78a7b39ffd33c2b9de57418191ff887cbc994c" }, "downloads": -1, "filename": "pycryptopp-0.2.8-py2.5-cygwin-1.5.24-i686.egg", "has_sig": false, "md5_digest": "9c467a3f5efae4f2bf7c6e24a28cfb13", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 10021100, "upload_time": "2007-11-20T05:42:22", "url": "https://files.pythonhosted.org/packages/72/7a/9c50ee801cd4071a2239170057208c471aed971894befcccc2dabf1e495a/pycryptopp-0.2.8-py2.5-cygwin-1.5.24-i686.egg" }, { "comment_text": "", "digests": { "md5": "ba7608ce1979c6af7837f78b749e158c", "sha256": "13c978c30feb592d85e4591329391b8cec0fdbf74587c51896848636ac0a6f38" }, "downloads": -1, "filename": "pycryptopp-0.2.8.tar.gz", "has_sig": false, "md5_digest": "ba7608ce1979c6af7837f78b749e158c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 331607, "upload_time": "2007-11-19T21:54:54", "url": "https://files.pythonhosted.org/packages/55/d4/a8577ebdc4ff6505068f25c0d8708f6dde8541866e47cafbe313aa0da017/pycryptopp-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "191a258279b78bdbfaabb804a5278ae7", "sha256": "d19736652086e76ae585ed9d8791057286206b54a1816b310973e3e2b44f8a7a" }, "downloads": -1, "filename": "pycryptopp-0.2.9.tar.gz", "has_sig": false, "md5_digest": "191a258279b78bdbfaabb804a5278ae7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 342024, "upload_time": "2007-12-18T04:12:54", "url": "https://files.pythonhosted.org/packages/19/24/afe57e85d0f18c614e23ee7ddc096261898142df381db50250a34722e345/pycryptopp-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "75fed523f4885fc6d15df3b7a4cbfe4a", "sha256": "e5fe28e2bc5488aa0b6dc4420288ea03c7ceea96827cc67bb15222aaaf166914" }, "downloads": -1, "filename": "pycryptopp-0.3.0.tar.gz", "has_sig": false, "md5_digest": "75fed523f4885fc6d15df3b7a4cbfe4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458151, "upload_time": "2008-02-13T20:55:51", "url": "https://files.pythonhosted.org/packages/7e/79/9822e80bf9fbe2893f02bdc3112efb16ac0c0033126ecb611c9b20ba8a43/pycryptopp-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "92950f0a345ed0fb1c6a4cd6ba3b5bcb", "sha256": "7648ca1f200e0afcbba1e1d8e0f3040f68a28735d7577dbfae262f29a25c578d" }, "downloads": -1, "filename": "pycryptopp-0.4.0.tar.gz", "has_sig": false, "md5_digest": "92950f0a345ed0fb1c6a4cd6ba3b5bcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 458430, "upload_time": "2008-03-10T05:42:03", "url": "https://files.pythonhosted.org/packages/a8/c6/0932a7bd690613b2ef845e98798ca64f978d55f465ccc14190661f13bcb6/pycryptopp-0.4.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4499b67c3414c6ac917e661030b60795", "sha256": "d70c6cd2c93e9f8da657ff455506a220a9c49760e9a6aff9eb38aebd0b194c2f" }, "downloads": -1, "filename": "pycryptopp-0.5.1-py2.5-win32.egg", "has_sig": false, "md5_digest": "4499b67c3414c6ac917e661030b60795", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3762880, "upload_time": "2008-04-30T19:49:15", "url": "https://files.pythonhosted.org/packages/f0/b7/a916d2512a531acafed7cf81e796491f38be06c6b89ea6e9bda807c78cbd/pycryptopp-0.5.1-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "646fd962a9049718c53ae12adec09782", "sha256": "584d3857b81a46babd1832e7219dc09dd2d25266e19cd67e158a557baf6319d0" }, "downloads": -1, "filename": "pycryptopp-0.5.1.tar.gz", "has_sig": false, "md5_digest": "646fd962a9049718c53ae12adec09782", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1360520, "upload_time": "2008-04-30T19:43:52", "url": "https://files.pythonhosted.org/packages/f8/4f/b94b5327a8cc59b0cbc5a24d88e4190820bf2199c847253927be9dc7eceb/pycryptopp-0.5.1.tar.gz" } ], "0.5.10": [ { "comment_text": "", "digests": { "md5": "6f63d38aa3b75d5bfc8cec34456aeb78", "sha256": "f99bb9b30f13f0b9bcc7534fff2ff607cb041f8c23b7ce6dc47d149ad5a30178" }, "downloads": -1, "filename": "pycryptopp-0.5.10-py2.5-macosx-10.3-i386.egg", "has_sig": false, "md5_digest": "6f63d38aa3b75d5bfc8cec34456aeb78", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3282556, "upload_time": "2008-10-25T11:52:57", "url": "https://files.pythonhosted.org/packages/48/73/cf908bf0c713e2c22723128a5f35bda5a49d0500d89b8f52f534eb79aa37/pycryptopp-0.5.10-py2.5-macosx-10.3-i386.egg" }, { "comment_text": "", "digests": { "md5": "07b73dd5cb4bc42d718a0737e2a4fcc5", "sha256": "2cdfa1b7361b9eef091b68b726da881e692db850c96273b0009334a5fcfa50f1" }, "downloads": -1, "filename": "pycryptopp-0.5.10-py2.5-macosx-10.3-ppc.egg", "has_sig": false, "md5_digest": "07b73dd5cb4bc42d718a0737e2a4fcc5", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 6533471, "upload_time": "2008-10-25T11:39:32", "url": "https://files.pythonhosted.org/packages/7d/6a/0003ede98c706d3c48b989d375848f012dcf6b30fae31591dd081b446c08/pycryptopp-0.5.10-py2.5-macosx-10.3-ppc.egg" }, { "comment_text": "", "digests": { "md5": "d8e2be6a9479d2c0f1ad9b35049cdba4", "sha256": "d5cb8e06d3729c6b61bab93d0cbd56b421099274e4888a370f95ef832cac3c19" }, "downloads": -1, "filename": "pycryptopp-0.5.10-py2.5-win32.egg", "has_sig": false, "md5_digest": "d8e2be6a9479d2c0f1ad9b35049cdba4", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3096107, "upload_time": "2008-10-25T11:38:46", "url": "https://files.pythonhosted.org/packages/b4/f8/c18a6e8549ed3aa2dbe6380c9082e9efa0d1a0093cad15e62b42efaef94a/pycryptopp-0.5.10-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "063fdf4812634a90f2f1ae9a639eb945", "sha256": "cef0076872c20cd114f041e049be735022aadd666b3e18a5ee3dd418f3f551ef" }, "downloads": -1, "filename": "pycryptopp-0.5.10.tar.gz", "has_sig": false, "md5_digest": "063fdf4812634a90f2f1ae9a639eb945", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1381120, "upload_time": "2008-10-25T12:06:56", "url": "https://files.pythonhosted.org/packages/d4/cd/c78c7ad92590e467a8b74e355bf8e6baeafaa9e4842bb9f8c299f3ee24d6/pycryptopp-0.5.10.tar.gz" } ], "0.5.11": [ { "comment_text": "", "digests": { "md5": "611e3a8b364bbc1d6f91a92d98db6211", "sha256": "ff3722f400bf4837925e63c86a6583ed9ea98f5f2c68cf000414cccd7c04b058" }, "downloads": -1, "filename": "pycryptopp-0.5.11.tar.gz", "has_sig": false, "md5_digest": "611e3a8b364bbc1d6f91a92d98db6211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1381171, "upload_time": "2008-11-19T14:30:38", "url": "https://files.pythonhosted.org/packages/8f/4a/82552d1c2f6cc3581f32fe0f19c9d83bc09a5291ffc7aadd91080330cc97/pycryptopp-0.5.11.tar.gz" } ], "0.5.12": [ { "comment_text": "", "digests": { "md5": "54c8eefa88916a000ebf2a86d2d95d5c", "sha256": "88cbd7470df04f1625ece4bfc9b38a93bf05946c5d1b6166d07f3d00d808a3a4" }, "downloads": -1, "filename": "pycryptopp-0.5.12-py2.5-cygwin-1.5.25-i686.egg", "has_sig": false, "md5_digest": "54c8eefa88916a000ebf2a86d2d95d5c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 10247026, "upload_time": "2008-11-19T21:15:21", "url": "https://files.pythonhosted.org/packages/d6/4a/2eb7d87d1310ce93eefb53f7a12cfe855dd2ca16811f2db95bae286b67e5/pycryptopp-0.5.12-py2.5-cygwin-1.5.25-i686.egg" }, { "comment_text": "", "digests": { "md5": "433ff61227c18d524d8f16c51a244146", "sha256": "077949e70c5a4ad5b4b69e5ff1d2b6bb35dee65a81d2c058adb47fbe214487b3" }, "downloads": -1, "filename": "pycryptopp-0.5.12-py2.5-macosx-10.3-i386.egg", "has_sig": false, "md5_digest": "433ff61227c18d524d8f16c51a244146", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 2538360, "upload_time": "2008-11-19T21:10:11", "url": "https://files.pythonhosted.org/packages/82/63/8693467d58cb88db32ac3a9d537502997835a4d8ac159f572138ab23f16f/pycryptopp-0.5.12-py2.5-macosx-10.3-i386.egg" }, { "comment_text": "", "digests": { "md5": "50962e447380035f51468ad99d6c1ae7", "sha256": "f99e91e773a37598ea1567e06c6d3547d6c79c089b3771ca9af1d1277309acc6" }, "downloads": -1, "filename": "pycryptopp-0.5.12-py2.5-macosx-10.3-ppc.egg", "has_sig": false, "md5_digest": "50962e447380035f51468ad99d6c1ae7", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 4972539, "upload_time": "2008-11-19T21:43:58", "url": "https://files.pythonhosted.org/packages/16/a7/12c540f2108bc90f1297c781ca3068a086a449b02af91e76153d8c9a88d2/pycryptopp-0.5.12-py2.5-macosx-10.3-ppc.egg" }, { "comment_text": "", "digests": { "md5": "bbdd90608c6502e3bf981708ad13002e", "sha256": "ad369d38daeb131be587b40f13a30491936dc8055daad832cb1423b36c4d61d8" }, "downloads": -1, "filename": "pycryptopp-0.5.12-py2.5-win32.egg", "has_sig": false, "md5_digest": "bbdd90608c6502e3bf981708ad13002e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 2392835, "upload_time": "2008-11-19T21:52:04", "url": "https://files.pythonhosted.org/packages/ad/7a/15262b91bda12bfc2efc1dbe0c3e9af77c1d14c6c874589834011f43a7b8/pycryptopp-0.5.12-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "e2b6ae1ea19c6d690b2dc66e6af7c2c9", "sha256": "860caaf77a69308ce88bc382279a0946907d62bc2f676001150d2c4496490c25" }, "downloads": -1, "filename": "pycryptopp-0.5.12.tar.gz", "has_sig": false, "md5_digest": "e2b6ae1ea19c6d690b2dc66e6af7c2c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1380921, "upload_time": "2008-11-19T21:03:54", "url": "https://files.pythonhosted.org/packages/03/ec/ef4fbb811d2e5b2f145c2524b94529bfa6e8336a97c8e69495e45c90e6f2/pycryptopp-0.5.12.tar.gz" } ], "0.5.13": [ { "comment_text": "", "digests": { "md5": "4a5626beba04bc08986438396ae272a7", "sha256": "c50fa78321e5d4bbedb52810d37d2a2473e6629262835a0b24cd340f6267a3f3" }, "downloads": -1, "filename": "pycryptopp-0.5.13.tar.gz", "has_sig": false, "md5_digest": "4a5626beba04bc08986438396ae272a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1405336, "upload_time": "2009-06-04T18:58:23", "url": "https://files.pythonhosted.org/packages/93/fd/514e41dd34a95927141bc85fa9a006eba5c07a1e5e12586dd83a189b55e6/pycryptopp-0.5.13.tar.gz" } ], "0.5.14": [ { "comment_text": "", "digests": { "md5": "1300f6e977d0b5d33924be4b39dc6ecd", "sha256": "341fb80165e3ac4825ca25bb74e198b3e64bff6fd134d0e71d4284d8f0f67df7" }, "downloads": -1, "filename": "pycryptopp-0.5.14.tar.gz", "has_sig": false, "md5_digest": "1300f6e977d0b5d33924be4b39dc6ecd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1057971, "upload_time": "2009-06-21T23:29:00", "url": "https://files.pythonhosted.org/packages/b4/e6/9251b1378f29a8b16691995eaaa4fac2c68dabd1005e838b6613964c551a/pycryptopp-0.5.14.tar.gz" } ], "0.5.15": [ { "comment_text": "built on SunOS-5.11", "digests": { "md5": "631236d33a29fea6757334873de03293", "sha256": "e3bcfe162efdc3d59ab1965e30b58bc1fa115d9eef31b7ce64c014f4e1273d92" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.4-solaris-2.11-i86pc.egg", "has_sig": false, "md5_digest": "631236d33a29fea6757334873de03293", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 2781903, "upload_time": "2009-07-07T03:55:04", "url": "https://files.pythonhosted.org/packages/34/b2/ece62f8b753f8d6109f8abe698388f1b38531402ae90b97673968e1e8f1c/pycryptopp-0.5.15-py2.4-solaris-2.11-i86pc.egg" }, { "comment_text": "", "digests": { "md5": "81376fe9ce0c25f74d88b7c53cfe356a", "sha256": "22de7248fde027f2808acc6892f7174793404a948f142e5c910cb9ea54dba5fa" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.5-cygwin-1.5.25-i686.egg", "has_sig": false, "md5_digest": "81376fe9ce0c25f74d88b7c53cfe356a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3490712, "upload_time": "2009-07-07T05:19:27", "url": "https://files.pythonhosted.org/packages/a6/bc/7f3466d00cbbeb74569cd114a09190e487f5442fe430b9c9bf4ec1f97a35/pycryptopp-0.5.15-py2.5-cygwin-1.5.25-i686.egg" }, { "comment_text": "", "digests": { "md5": "0f266ee510adf22085740a439b345915", "sha256": "5dc67052b81ebe1fd26cf75b6a7a0e7bfee3a61378ea9454291963bb5f7e28e2" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.5-linux-armv5tejl.egg", "has_sig": false, "md5_digest": "0f266ee510adf22085740a439b345915", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3058905, "upload_time": "2009-07-09T03:47:47", "url": "https://files.pythonhosted.org/packages/37/fd/c058380e7a6d29c1bc461181dca10e3012ce94f5ada709d68446cc83c334/pycryptopp-0.5.15-py2.5-linux-armv5tejl.egg" }, { "comment_text": "", "digests": { "md5": "e2d57a238d1bc376b9cccb822d2a1d2a", "sha256": "525a0e4d2df9a896c49f805acd6e33f256a83bc3e4ef684bbd7d4dc28c38043e" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.5-macosx-10.3-i386.egg", "has_sig": false, "md5_digest": "e2d57a238d1bc376b9cccb822d2a1d2a", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 2608884, "upload_time": "2009-07-06T20:47:39", "url": "https://files.pythonhosted.org/packages/ab/05/fcc2b8c3cb75580491d121af58991cb0c1ba216ee2b09f0ccec15871d1cb/pycryptopp-0.5.15-py2.5-macosx-10.3-i386.egg" }, { "comment_text": "", "digests": { "md5": "3c6c1fafcb74d0743cf3fd8e21479add", "sha256": "2fbbe0770c12b7fbdb686f177cca7901d4916b719f70131e8ab88bcf77b29229" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.5-win32.egg", "has_sig": false, "md5_digest": "3c6c1fafcb74d0743cf3fd8e21479add", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 1147116, "upload_time": "2009-07-07T04:33:28", "url": "https://files.pythonhosted.org/packages/e4/ae/aade637791ab37843cafe6d9ada5a7c49e3c97e431ad6c23341552f806f3/pycryptopp-0.5.15-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "7adbc8f5a00cb9abfe73bf3dc1274d88", "sha256": "1cb986d51042e7d5b6781a0c396f43f1aa20ea6652bc88e7b45104c9d99ceac5" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "7adbc8f5a00cb9abfe73bf3dc1274d88", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 3194663, "upload_time": "2009-07-07T03:58:53", "url": "https://files.pythonhosted.org/packages/d4/68/03ee8f685a1953530bdc02b36d43f86247cfb9f6b21ed15da7bf84b5fdff/pycryptopp-0.5.15-py2.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "1b388a8efd7c405fe586478acc6f1f04", "sha256": "6713101dad4fecdbfb50c1bcbc045cfc57dc16944a57b4cdbc2eee1d97db82b7" }, "downloads": -1, "filename": "pycryptopp-0.5.15-py2.6-win32.egg", "has_sig": false, "md5_digest": "1b388a8efd7c405fe586478acc6f1f04", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 1149792, "upload_time": "2009-07-07T04:41:51", "url": "https://files.pythonhosted.org/packages/d7/dc/42e20e524a72525f23c9e79448e2c8566e9d98609114ec4090be03daba58/pycryptopp-0.5.15-py2.6-win32.egg" }, { "comment_text": "", "digests": { "md5": "7b6974759e98091b80c127c50dba2265", "sha256": "aa373b11543399dde264f362d00daa59d22df191338eee8720f2ca8d341b1b39" }, "downloads": -1, "filename": "pycryptopp-0.5.15.tar.gz", "has_sig": false, "md5_digest": "7b6974759e98091b80c127c50dba2265", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1058107, "upload_time": "2009-07-05T21:32:25", "url": "https://files.pythonhosted.org/packages/dc/2f/74206c71202024825c1c087f2a50c5c209f4d7e92c709afa5ae37a8c447d/pycryptopp-0.5.15.tar.gz" } ], "0.5.17": [ { "comment_text": "", "digests": { "md5": "b3d19e7203531f8bd241ae58062f99e4", "sha256": "46bdf44539a75a01c22ddfd14e16f68979b04eed656665bad8fded9a56178502" }, "downloads": -1, "filename": "pycryptopp-0.5.17.tar.gz", "has_sig": false, "md5_digest": "b3d19e7203531f8bd241ae58062f99e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1076029, "upload_time": "2009-09-23T06:28:49", "url": "https://files.pythonhosted.org/packages/45/ea/8108ce11607b068470187ead95f626a22be7166024b24c6948592019cff7/pycryptopp-0.5.17.tar.gz" } ], "0.5.19": [ { "comment_text": "", "digests": { "md5": "3bc9fc3b4d6d815394881621cdeaab53", "sha256": "6b610b3e5742d366d4fbe96b5f20d8459db9aba4fb802e6e5aab547f22ad04b9" }, "downloads": -1, "filename": "pycryptopp-0.5.19.tar.gz", "has_sig": false, "md5_digest": "3bc9fc3b4d6d815394881621cdeaab53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1086059, "upload_time": "2010-06-04T08:53:28", "url": "https://files.pythonhosted.org/packages/e0/58/f5eae04a99ec9ace82159f397fad460f209fe5372a459a1ea3e3197dbc6f/pycryptopp-0.5.19.tar.gz" } ], "0.5.20": [ { "comment_text": "", "digests": { "md5": "2848c162e9a563ba09ec4421e0c79033", "sha256": "62a500b2af89f8d277503af81e44ddf0d99ed936d8ab6f52f3ea186d8edfa581" }, "downloads": -1, "filename": "pycryptopp-0.5.20.tar.gz", "has_sig": false, "md5_digest": "2848c162e9a563ba09ec4421e0c79033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1115612, "upload_time": "2010-09-20T09:33:48", "url": "https://files.pythonhosted.org/packages/c0/5f/85929c4585abc594b09d15eca6d05a003edd2038df6643a1271283d71c59/pycryptopp-0.5.20.tar.gz" } ], "0.5.21": [ { "comment_text": "", "digests": { "md5": "0375628a3739bf9f130d3326d19e76cf", "sha256": "34155266c2107690fc56704fd6fe7b7323112e47565cbb45c1546374c3f3a67f" }, "downloads": -1, "filename": "pycryptopp-0.5.21.tar.gz", "has_sig": false, "md5_digest": "0375628a3739bf9f130d3326d19e76cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1117361, "upload_time": "2010-09-21T04:13:34", "url": "https://files.pythonhosted.org/packages/64/02/48ce4f1e2e32ca42185a0309e240c7f35cee109d06553d9a6aa3af16f24f/pycryptopp-0.5.21.tar.gz" } ], "0.5.25": [ { "comment_text": "", "digests": { "md5": "4c8666463d740ce6938b80d4bf4be791", "sha256": "ec6db0ae5bc0d2ccbb49b8020ffdaec9fcec29574a40505d8522394b54476e56" }, "downloads": -1, "filename": "pycryptopp-0.5.25.tar.gz", "has_sig": false, "md5_digest": "4c8666463d740ce6938b80d4bf4be791", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1125824, "upload_time": "2010-09-21T09:24:31", "url": "https://files.pythonhosted.org/packages/f5/18/0f3fb1a946e353bddcca0f7cc7893090870fb17f032a1e4b23de94a099a7/pycryptopp-0.5.25.tar.gz" } ], "0.5.28": [ { "comment_text": "", "digests": { "md5": "829a211dd1b54eb26f9879f17f162a3e", "sha256": "5d242f2619234539555c42462e277cf09a0ea9758d67b0aa811f8145aacee21b" }, "downloads": -1, "filename": "pycryptopp-0.5.28.tar.gz", "has_sig": false, "md5_digest": "829a211dd1b54eb26f9879f17f162a3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1114647, "upload_time": "2011-01-16T10:02:33", "url": "https://files.pythonhosted.org/packages/3c/a4/d1df48c01946d2e6c2a5116f36a6dec281eb16a1255e1dd405d88a4c1689/pycryptopp-0.5.28.tar.gz" } ], "0.5.29": [ { "comment_text": "", "digests": { "md5": "c5b86ad1ebda0e7999bb50d72e412c6a", "sha256": "d504775b73d30fb05a3237f83c4e9e1ff3312cbba90a4a23e6cbb7d32219502b" }, "downloads": -1, "filename": "pycryptopp-0.5.29.tar.gz", "has_sig": false, "md5_digest": "c5b86ad1ebda0e7999bb50d72e412c6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1114525, "upload_time": "2011-01-28T09:14:38", "url": "https://files.pythonhosted.org/packages/a3/b1/01bdb1f67a448295af5947d132f8296131fad461800c3bab3867679f3017/pycryptopp-0.5.29.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "b6b88397288232291231494d9962e4d1", "sha256": "7a448c38fda1a79136a62bc27be867a32527ae2e6e02ba01db5dfbc4b4f7a1ae" }, "downloads": -1, "filename": "pycryptopp-0.5.4.tar.gz", "has_sig": false, "md5_digest": "b6b88397288232291231494d9962e4d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379583, "upload_time": "2008-08-27T16:42:25", "url": "https://files.pythonhosted.org/packages/a6/54/7c01cbb7f414c5dd248c06594dd1e6e2cada4a1e803a21f2810b995c0df8/pycryptopp-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "a605189196242217f0deb42bfb997b7b", "sha256": "a68864ffdefdb139765cecaf2b3596c49189bb4317cffbeb9b5deb1cdcaa3871" }, "downloads": -1, "filename": "pycryptopp-0.5.5.tar.gz", "has_sig": false, "md5_digest": "a605189196242217f0deb42bfb997b7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379645, "upload_time": "2008-08-29T16:59:38", "url": "https://files.pythonhosted.org/packages/34/b7/96800eee6091a4174e2bdb229abc61b3d37d6a963b4acee8acbf8b784446/pycryptopp-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "3030c238bd89e4b6aa3eeb4f884b36bd", "sha256": "c40081830472c41467f6fae62a56e1ec092ff56221b3f2ed8a3b79c2331181a1" }, "downloads": -1, "filename": "pycryptopp-0.5.6.tar.gz", "has_sig": false, "md5_digest": "3030c238bd89e4b6aa3eeb4f884b36bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379649, "upload_time": "2008-08-29T17:02:22", "url": "https://files.pythonhosted.org/packages/0e/6a/d3e3a7995cffd1adb986505483eaafefe3e97399e03633a78e3a4dd74f83/pycryptopp-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "94dce03471b0fbc0392cc76de207c234", "sha256": "d2131b39ca9da47dbb5f74baae065f6322335df878120377a6603b096e32666f" }, "downloads": -1, "filename": "pycryptopp-0.5.7.tar.gz", "has_sig": false, "md5_digest": "94dce03471b0fbc0392cc76de207c234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379645, "upload_time": "2008-09-09T20:47:26", "url": "https://files.pythonhosted.org/packages/65/5c/9274f6ccde84920a408e1dbb1dbcb0d560cf8906359b7583fd588c961d4b/pycryptopp-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "0b642c3ce86b44abdea57abe651e1639", "sha256": "ed5261b5450b2bdc35272f45213724a2347565ba21fcd5a1dd07a7a379e5a5f8" }, "downloads": -1, "filename": "pycryptopp-0.5.8-py2.5-win32.egg", "has_sig": false, "md5_digest": "0b642c3ce86b44abdea57abe651e1639", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3777448, "upload_time": "2008-10-21T17:43:10", "url": "https://files.pythonhosted.org/packages/1a/2c/ebae3347c362c3e5fcd210323a92bac249a5e916f37b4af6568217528078/pycryptopp-0.5.8-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "d899b6fc91614ba7a86a68c105a53deb", "sha256": "d64e33499a911c1ef9d16fdee70d5ee7e9315c8247ebb65ee1de134639c9d1cb" }, "downloads": -1, "filename": "pycryptopp-0.5.8.zip", "has_sig": false, "md5_digest": "d899b6fc91614ba7a86a68c105a53deb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1491138, "upload_time": "2008-10-21T17:35:34", "url": "https://files.pythonhosted.org/packages/05/ca/8b233238d22d730636827a0069abd15cd8d4af449c77a6dc39e58c863f47/pycryptopp-0.5.8.zip" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "2f2038ef5811600270223c35cb5f06f8", "sha256": "69d32fba86352d7791dfa58274b5498004d427b450dde21fa94cc1e2ae3614dc" }, "downloads": -1, "filename": "pycryptopp-0.5.9-py2.5-macosx-10.3-i386.egg", "has_sig": false, "md5_digest": "2f2038ef5811600270223c35cb5f06f8", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3640225, "upload_time": "2008-10-24T21:00:20", "url": "https://files.pythonhosted.org/packages/bc/a9/d8c09a4f9b935dc8385a30644639b39db6879e722e6e5625d7d4dc1abbdf/pycryptopp-0.5.9-py2.5-macosx-10.3-i386.egg" }, { "comment_text": "", "digests": { "md5": "9ece5c47cd1c797f61f8b789a356de3e", "sha256": "f2e72a01507f16965221af95d06e34603965b19e9cea83d1d31356e04bf86c57" }, "downloads": -1, "filename": "pycryptopp-0.5.9-py2.5-win32.egg", "has_sig": false, "md5_digest": "9ece5c47cd1c797f61f8b789a356de3e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 3787936, "upload_time": "2008-10-23T21:22:31", "url": "https://files.pythonhosted.org/packages/d3/e5/36a3268b3931864e223147b22d94d41baaf8d95a43de10bc922c447d1cb7/pycryptopp-0.5.9-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "d2248ad28f4a6a0c902d638da0caa227", "sha256": "4b3b092c9baab56304e1d0cb117fb0e8241dbe59102e8efd79346d2369d3fca8" }, "downloads": -1, "filename": "pycryptopp-0.5.9.tar.gz", "has_sig": false, "md5_digest": "d2248ad28f4a6a0c902d638da0caa227", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1381516, "upload_time": "2008-10-23T21:30:42", "url": "https://files.pythonhosted.org/packages/0a/60/a66c2536ea0034ca23c4f1e5f7bd594f3f2241fd801c0ac31a3a6ff2c7b3/pycryptopp-0.5.9.tar.gz" } ], "0.6.0.1206569328141510525648634803928199668821045408958": [ { "comment_text": "", "digests": { "md5": "ce38fbe03705d27da408c78b56eb1947", "sha256": "116158917bd243da2701cfeba9a6374854bc9a599d1466e1a2dbadf37c802059" }, "downloads": -1, "filename": "pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz", "has_sig": true, "md5_digest": "ce38fbe03705d27da408c78b56eb1947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2009822, "upload_time": "2012-03-14T01:28:44", "url": "https://files.pythonhosted.org/packages/bd/6b/5845a594602ef5274826a8a54ef8760530fb1c4a3e0f6d13490ea89e2a2f/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz" } ], "0.7.1.869544967005693312591928092448767568728501330214": [ { "comment_text": "", "digests": { "md5": "9df81282f05400b3d19e1dd4cb424553", "sha256": "08ad57a1a39b7ed23c173692281da0b8d49d98ad3dcc09f8cca6d901e142699f" }, "downloads": -1, "filename": "pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz", "has_sig": false, "md5_digest": "9df81282f05400b3d19e1dd4cb424553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1992756, "upload_time": "2016-02-04T00:09:50", "url": "https://files.pythonhosted.org/packages/7c/e2/7e035d306c7516c471802d7cd7b6c1e403e582489bc5c14706854a187a24/pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9df81282f05400b3d19e1dd4cb424553", "sha256": "08ad57a1a39b7ed23c173692281da0b8d49d98ad3dcc09f8cca6d901e142699f" }, "downloads": -1, "filename": "pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz", "has_sig": false, "md5_digest": "9df81282f05400b3d19e1dd4cb424553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1992756, "upload_time": "2016-02-04T00:09:50", "url": "https://files.pythonhosted.org/packages/7c/e2/7e035d306c7516c471802d7cd7b6c1e403e582489bc5c14706854a187a24/pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz" } ] }