crijndael


Namecrijndael JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/Rin-Wood/crijndael
SummaryAES-256 Decryption
upload_time2024-12-07 16:50:09
maintainerNone
docs_urlNone
authorwood
requires_python>=3.6
licenseBSD
keywords crijndael
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crijndael

`crijndael` is a Python package for decrypting data, using a custom AES-256 decryption algorithm implemented in C.

## Features

- Provides efficient AES-256 decryption functionality, based on C implementation.
- Supports Python 3.6+

## Installation

Install the latest version of `crijndael` from PyPI:

```bash
pip install crijndael
```

## Usage
```python
import crijndael

data = b'...'
key = b'...'
iv = b'...'
blocksize = 256
keysize = 256
mode = 0
# 0 - CBC, 1 - ECB

dec = crijndael.decrypt(data, key, iv, blocksize, keysize, mode)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rin-Wood/crijndael",
    "name": "crijndael",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "crijndael",
    "author": "wood",
    "author_email": "miraclerinwood@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/0e/f713014f9146c3dd6c7b518a28e6afb80de2f5280043844cd1a98bace189/crijndael-1.0.1.tar.gz",
    "platform": null,
    "description": "# crijndael\n\n`crijndael` is a Python package for decrypting data, using a custom AES-256 decryption algorithm implemented in C.\n\n## Features\n\n- Provides efficient AES-256 decryption functionality, based on C implementation.\n- Supports Python 3.6+\n\n## Installation\n\nInstall the latest version of `crijndael` from PyPI:\n\n```bash\npip install crijndael\n```\n\n## Usage\n```python\nimport crijndael\n\ndata = b'...'\nkey = b'...'\niv = b'...'\nblocksize = 256\nkeysize = 256\nmode = 0\n# 0 - CBC, 1 - ECB\n\ndec = crijndael.decrypt(data, key, iv, blocksize, keysize, mode)\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "AES-256 Decryption",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Rin-Wood/crijndael"
    },
    "split_keywords": [
        "crijndael"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9922f7c4445df82b735e680fa69d0dd504c6b94f5e8b44be3b5e173df5d5ebca",
                "md5": "84a0f83172c9accb201993e633f6357c",
                "sha256": "7f6613938d6724e8119525c86cac8b9fa622470e3383a41e1fbf72d718e78935"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "84a0f83172c9accb201993e633f6357c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 10779,
            "upload_time": "2024-12-07T16:47:25",
            "upload_time_iso_8601": "2024-12-07T16:47:25.207092Z",
            "url": "https://files.pythonhosted.org/packages/99/22/f7c4445df82b735e680fa69d0dd504c6b94f5e8b44be3b5e173df5d5ebca/crijndael-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a20b2394e47336f00d6805cba237ac994d00f664ea2dd0b7d5e569d87c3eb55f",
                "md5": "068fe5773df427a817d9d7be569a726b",
                "sha256": "184ee00f3371fd88bf0cb87ee0fa58ab7287b7e9302481a4ca3acd5913805b44"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "068fe5773df427a817d9d7be569a726b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 10549,
            "upload_time": "2024-12-07T16:47:26",
            "upload_time_iso_8601": "2024-12-07T16:47:26.228940Z",
            "url": "https://files.pythonhosted.org/packages/a2/0b/2394e47336f00d6805cba237ac994d00f664ea2dd0b7d5e569d87c3eb55f/crijndael-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4d02330df924ddbd60967c5ce906e725c59f43d99d928ed39791f73debd8eeb",
                "md5": "0227612a1f9feceb23982b0da8610698",
                "sha256": "61ca52aa2457609d42ce9315193319344514c7216c1161ca8742feae58c38193"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0227612a1f9feceb23982b0da8610698",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 31702,
            "upload_time": "2024-12-07T16:47:27",
            "upload_time_iso_8601": "2024-12-07T16:47:27.108261Z",
            "url": "https://files.pythonhosted.org/packages/e4/d0/2330df924ddbd60967c5ce906e725c59f43d99d928ed39791f73debd8eeb/crijndael-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ed1400452ccb9b496f86842bddee781016289deb8b72324abfe372ab87844d",
                "md5": "6bd8cae325c2f7c37860d8aa69bcde6e",
                "sha256": "d4d43d83b0e4a64796001bef0dc5880cbabbe25a2a820290d719b412bf070ff5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6bd8cae325c2f7c37860d8aa69bcde6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 34110,
            "upload_time": "2024-12-07T16:47:28",
            "upload_time_iso_8601": "2024-12-07T16:47:28.124104Z",
            "url": "https://files.pythonhosted.org/packages/03/ed/1400452ccb9b496f86842bddee781016289deb8b72324abfe372ab87844d/crijndael-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "802a1c06aeefb0d5eeea2952ba4cd43b9f41b83fd98bcd5204b0600ea2063351",
                "md5": "bdd85babb150771d05be8ae074e77221",
                "sha256": "492321b5d9199384458afeeee2a87ca6cdc61a75c25e9d52767b69024beceb49"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "bdd85babb150771d05be8ae074e77221",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 32327,
            "upload_time": "2024-12-07T16:47:29",
            "upload_time_iso_8601": "2024-12-07T16:47:29.111059Z",
            "url": "https://files.pythonhosted.org/packages/80/2a/1c06aeefb0d5eeea2952ba4cd43b9f41b83fd98bcd5204b0600ea2063351/crijndael-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "246cdbea802542b52ff644bad1200b25b55c246f06170100557004977733bf45",
                "md5": "3e194d854a887ffb79a7eda52e2d9a71",
                "sha256": "76521e047ff843a0309655d89224dfe5a07d2816ef9af0ff72d3dc68121d197e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e194d854a887ffb79a7eda52e2d9a71",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 31573,
            "upload_time": "2024-12-07T16:47:30",
            "upload_time_iso_8601": "2024-12-07T16:47:30.130634Z",
            "url": "https://files.pythonhosted.org/packages/24/6c/dbea802542b52ff644bad1200b25b55c246f06170100557004977733bf45/crijndael-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd4ed5cf5831abdb3b568fd7ef157c710333d0055e885f5b9ac4c8826b7c5076",
                "md5": "5688907d71c7c56009c55ce8b365ccdb",
                "sha256": "f2426697cabcb72474f8004615dd6fc3d7f86980acf6d81f0ecf2eafcdec7f7c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5688907d71c7c56009c55ce8b365ccdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 30453,
            "upload_time": "2024-12-07T16:47:31",
            "upload_time_iso_8601": "2024-12-07T16:47:31.104365Z",
            "url": "https://files.pythonhosted.org/packages/bd/4e/d5cf5831abdb3b568fd7ef157c710333d0055e885f5b9ac4c8826b7c5076/crijndael-1.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56790a5cc614183c44aed9ca793f233a00ff73d2784c6a9a687b0760bfdc396e",
                "md5": "318493d246ad666f78f07c68c9e39e9b",
                "sha256": "4ee99070e86a96a95d042c28e80467ca7cf5856253c0d49803010c9560e9c32e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "318493d246ad666f78f07c68c9e39e9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 30778,
            "upload_time": "2024-12-07T16:47:32",
            "upload_time_iso_8601": "2024-12-07T16:47:32.088892Z",
            "url": "https://files.pythonhosted.org/packages/56/79/0a5cc614183c44aed9ca793f233a00ff73d2784c6a9a687b0760bfdc396e/crijndael-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93161b67f36d5db998a0d2c1d2ba2397a68b986684afc500ffed5787158431e",
                "md5": "ebd3eba49a8174ed794f9c189f7ee5ec",
                "sha256": "1cd159c8e06b9b3899f3992713bac52621aea00ab079eb0803c9d3eea2b9801e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ebd3eba49a8174ed794f9c189f7ee5ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 29590,
            "upload_time": "2024-12-07T16:47:33",
            "upload_time_iso_8601": "2024-12-07T16:47:33.100485Z",
            "url": "https://files.pythonhosted.org/packages/d9/31/61b67f36d5db998a0d2c1d2ba2397a68b986684afc500ffed5787158431e/crijndael-1.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50cafb0a4f865d25e543b4f4844e897a3bc0ffc4932e610e505eeab0a8e815ed",
                "md5": "6ba9381ed6f3ed4114b7605b199b0aa5",
                "sha256": "3eb25239987c4831500a062da4084c416e857c93071665fe41d06eb1f09a3e59"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6ba9381ed6f3ed4114b7605b199b0aa5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 32574,
            "upload_time": "2024-12-07T16:47:34",
            "upload_time_iso_8601": "2024-12-07T16:47:34.077828Z",
            "url": "https://files.pythonhosted.org/packages/50/ca/fb0a4f865d25e543b4f4844e897a3bc0ffc4932e610e505eeab0a8e815ed/crijndael-1.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39323f868fc486784525be8aeeeb90a2b80021e9fbe68d056f105fdbfa9ed22a",
                "md5": "0a7893015b5fbcdf3a1e057e82a7b65e",
                "sha256": "c608b1cdff63c03bd79298334f8ec16a08f179b1a6ffb14d16d2f3c6b1cb26c5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "0a7893015b5fbcdf3a1e057e82a7b65e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 32666,
            "upload_time": "2024-12-07T16:47:35",
            "upload_time_iso_8601": "2024-12-07T16:47:35.172464Z",
            "url": "https://files.pythonhosted.org/packages/39/32/3f868fc486784525be8aeeeb90a2b80021e9fbe68d056f105fdbfa9ed22a/crijndael-1.0.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4286feb151690d09181230f11f0523af6c4af089e0d6d4855f2d6e6542fc8b35",
                "md5": "c0f6053052d9256dc4f1f09b4e1b5ea8",
                "sha256": "5f4b89caaa9f0628e61747cf36b66a1294a4bb7f033c3696f15418f10305ffbb"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c0f6053052d9256dc4f1f09b4e1b5ea8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 32547,
            "upload_time": "2024-12-07T16:47:36",
            "upload_time_iso_8601": "2024-12-07T16:47:36.169851Z",
            "url": "https://files.pythonhosted.org/packages/42/86/feb151690d09181230f11f0523af6c4af089e0d6d4855f2d6e6542fc8b35/crijndael-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "405f554efaabc4985c48585ba6897a94ad15082f0be8657551592b1ec7cec7ba",
                "md5": "5739eba2f7513dda0c46e803027e18a9",
                "sha256": "b82a439fc90f8f638d9abb26f23106ffd0e6c99a49beb7b8abb36c7fe147173f"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "5739eba2f7513dda0c46e803027e18a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 11134,
            "upload_time": "2024-12-07T16:47:38",
            "upload_time_iso_8601": "2024-12-07T16:47:38.622801Z",
            "url": "https://files.pythonhosted.org/packages/40/5f/554efaabc4985c48585ba6897a94ad15082f0be8657551592b1ec7cec7ba/crijndael-1.0.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60a43ddce00e8630ad8b8b53aaecea353ec9dee1fcdcf4d8e12762200c784632",
                "md5": "4d32927097cab09b66f938e65af6cad9",
                "sha256": "34bb5796090138bcbf5c85d0f217c03100b56b6aa2a4380d8910d660cd7aa260"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4d32927097cab09b66f938e65af6cad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 12209,
            "upload_time": "2024-12-07T16:47:39",
            "upload_time_iso_8601": "2024-12-07T16:47:39.543812Z",
            "url": "https://files.pythonhosted.org/packages/60/a4/3ddce00e8630ad8b8b53aaecea353ec9dee1fcdcf4d8e12762200c784632/crijndael-1.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abb089e2203512c76b72cfc32457b45b9e1c870bfbd57edf96134b791a3fcb1e",
                "md5": "a996ad54319425f1843e9e38ce0675f4",
                "sha256": "481cf5fac21c524c68f479cb89e905e579599f895dc44da522c96736d13ff7dd"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a996ad54319425f1843e9e38ce0675f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 10691,
            "upload_time": "2024-12-07T16:47:40",
            "upload_time_iso_8601": "2024-12-07T16:47:40.477119Z",
            "url": "https://files.pythonhosted.org/packages/ab/b0/89e2203512c76b72cfc32457b45b9e1c870bfbd57edf96134b791a3fcb1e/crijndael-1.0.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bc46073abbd7e252a6b98e14ea23796e45f344b1fedeeeb1ec3b5422c3082a2",
                "md5": "0d0c66ddfd8f1bbf7dfb7d52f290eb0a",
                "sha256": "6472510c3471f07ba6479bd5b8871883af69fb247dedb28d2ad61d789267a911"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d0c66ddfd8f1bbf7dfb7d52f290eb0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 10781,
            "upload_time": "2024-12-07T16:47:41",
            "upload_time_iso_8601": "2024-12-07T16:47:41.360737Z",
            "url": "https://files.pythonhosted.org/packages/3b/c4/6073abbd7e252a6b98e14ea23796e45f344b1fedeeeb1ec3b5422c3082a2/crijndael-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f10a1705dca45c5ff1161220757c2e77e2c6bd6dfb7df5ba2c20bc1d5c14a5ab",
                "md5": "81da8a30922eaa9793f55596d40d579d",
                "sha256": "ea4741f62ff3b4e166837123c0fa4b6f3e116bf62c685225e04e5af46e60ffce"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "81da8a30922eaa9793f55596d40d579d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 10549,
            "upload_time": "2024-12-07T16:47:42",
            "upload_time_iso_8601": "2024-12-07T16:47:42.911692Z",
            "url": "https://files.pythonhosted.org/packages/f1/0a/1705dca45c5ff1161220757c2e77e2c6bd6dfb7df5ba2c20bc1d5c14a5ab/crijndael-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b43e04ed6d42982b073e70931cf3dc4d8aeaf65abaa1039ffc0d5a7108ff428",
                "md5": "85fd3a95832f0d6bdf07970861023adb",
                "sha256": "c0dadd2af077058befff8a782cd3eef34bc1ac6f41e293871b4d2d604b7f539d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "85fd3a95832f0d6bdf07970861023adb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 31720,
            "upload_time": "2024-12-07T16:47:44",
            "upload_time_iso_8601": "2024-12-07T16:47:44.678199Z",
            "url": "https://files.pythonhosted.org/packages/4b/43/e04ed6d42982b073e70931cf3dc4d8aeaf65abaa1039ffc0d5a7108ff428/crijndael-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "110805a328ac3b67b187da8829bb559dfe9a6b073a0338559fa437c5381ea628",
                "md5": "e5fd7dd3fb11052b16e81fe98ec8bee8",
                "sha256": "4b894a60d8b5f7be010a5fcc1da95da2395b0d294abdb26cd6fa8ae191e3feb2"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e5fd7dd3fb11052b16e81fe98ec8bee8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 34117,
            "upload_time": "2024-12-07T16:47:45",
            "upload_time_iso_8601": "2024-12-07T16:47:45.640109Z",
            "url": "https://files.pythonhosted.org/packages/11/08/05a328ac3b67b187da8829bb559dfe9a6b073a0338559fa437c5381ea628/crijndael-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f4c05eeac920fc7af13a582a4a14a35de97ce072ff2ea798c0fec0e4849dd7b",
                "md5": "fac302fba88d5252a4e77e07d6012a89",
                "sha256": "726cbe7d89c971dd791448a4b62bc6b6618233905ab6d7f73e718a4c1f515983"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fac302fba88d5252a4e77e07d6012a89",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 32364,
            "upload_time": "2024-12-07T16:47:46",
            "upload_time_iso_8601": "2024-12-07T16:47:46.662185Z",
            "url": "https://files.pythonhosted.org/packages/0f/4c/05eeac920fc7af13a582a4a14a35de97ce072ff2ea798c0fec0e4849dd7b/crijndael-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6b6b704e5448bd7c7afe9db0d1cfd6b22fea0506ae95202f84ff18c1ec5eb7",
                "md5": "94500927542741b5f45ac3c54e912640",
                "sha256": "a7708f2a9192aaa32fa2ada763ca0fa7d783c16d54e582dcc3ed35cbcbac2485"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94500927542741b5f45ac3c54e912640",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 31588,
            "upload_time": "2024-12-07T16:47:48",
            "upload_time_iso_8601": "2024-12-07T16:47:48.331992Z",
            "url": "https://files.pythonhosted.org/packages/cd/6b/6b704e5448bd7c7afe9db0d1cfd6b22fea0506ae95202f84ff18c1ec5eb7/crijndael-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50766e666fefec1a57f8aca83ae946654e4648716b369f693f9993d7d6675103",
                "md5": "b09f4445b499541bc4f92151bf5f2893",
                "sha256": "7b6d141b116f35e3eee386b9e35338c55f0bed5a2bc4f3f463a98b526256f462"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b09f4445b499541bc4f92151bf5f2893",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 30480,
            "upload_time": "2024-12-07T16:47:49",
            "upload_time_iso_8601": "2024-12-07T16:47:49.413035Z",
            "url": "https://files.pythonhosted.org/packages/50/76/6e666fefec1a57f8aca83ae946654e4648716b369f693f9993d7d6675103/crijndael-1.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c579868f8178cd95950c1627f3c76e406b9db8f27cedb714d7673e6503b4665",
                "md5": "050361624654daf6f29a62cfdaf9c614",
                "sha256": "8744baef3eb24ed46d7fa47779a8d561d58c23009a98d37086013205eb2612fb"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "050361624654daf6f29a62cfdaf9c614",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 30812,
            "upload_time": "2024-12-07T16:47:50",
            "upload_time_iso_8601": "2024-12-07T16:47:50.456692Z",
            "url": "https://files.pythonhosted.org/packages/5c/57/9868f8178cd95950c1627f3c76e406b9db8f27cedb714d7673e6503b4665/crijndael-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60b12147dbb95185271e94f4a2f253ed19e2aefd359bfeda57362c25c6afe2aa",
                "md5": "5b41c609086d1b349c4b93b0c64db5d1",
                "sha256": "43aef46dd08678d893bf2a5ad1bd5d1dba503738d4eb5a142b6666453c79b5bc"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5b41c609086d1b349c4b93b0c64db5d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 29620,
            "upload_time": "2024-12-07T16:47:51",
            "upload_time_iso_8601": "2024-12-07T16:47:51.869151Z",
            "url": "https://files.pythonhosted.org/packages/60/b1/2147dbb95185271e94f4a2f253ed19e2aefd359bfeda57362c25c6afe2aa/crijndael-1.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90d36f3077ed22601367da85c2b6555e67d9afa1ebf2cf49f49e427e2cbba240",
                "md5": "53e2b4d933541f7b83cbf7d54b5bbe61",
                "sha256": "9b88552267dea8fc94efb9c09dc495ec02f2d22849562024a47f11971595330d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "53e2b4d933541f7b83cbf7d54b5bbe61",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 32598,
            "upload_time": "2024-12-07T16:47:52",
            "upload_time_iso_8601": "2024-12-07T16:47:52.870981Z",
            "url": "https://files.pythonhosted.org/packages/90/d3/6f3077ed22601367da85c2b6555e67d9afa1ebf2cf49f49e427e2cbba240/crijndael-1.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c065478f59195239f19f46d53bb71c3bee067531a83edabbc06a0c05c626d84",
                "md5": "a95b31e4adc88e1020437ca3e1774e0c",
                "sha256": "93dede76de99294b6b8df42033e9635393e3de5a9923fab5a6f612e7d5027bae"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a95b31e4adc88e1020437ca3e1774e0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 32696,
            "upload_time": "2024-12-07T16:47:53",
            "upload_time_iso_8601": "2024-12-07T16:47:53.880879Z",
            "url": "https://files.pythonhosted.org/packages/9c/06/5478f59195239f19f46d53bb71c3bee067531a83edabbc06a0c05c626d84/crijndael-1.0.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42bacd8c86b10e13f61464535bead99be956e1a58381ebb86f174ae42ef42b36",
                "md5": "8c8b47d6d4894b3d2d0caf9074cab44a",
                "sha256": "6268c7db6a5041443afb97d2c30e15a85589b047f87c1fdc3efd51558aed71f2"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c8b47d6d4894b3d2d0caf9074cab44a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 32587,
            "upload_time": "2024-12-07T16:47:54",
            "upload_time_iso_8601": "2024-12-07T16:47:54.846960Z",
            "url": "https://files.pythonhosted.org/packages/42/ba/cd8c86b10e13f61464535bead99be956e1a58381ebb86f174ae42ef42b36/crijndael-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "238b35c1210c64977e02bc2fecd9ae346be4bc4e2d9a317a9780b5a0cdf7822f",
                "md5": "5ad6da71df2ee3ed7c5d9279cd18d13f",
                "sha256": "e5faf322801905941aad088ef15894a739a451b05c221646968611d578e289d9"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "5ad6da71df2ee3ed7c5d9279cd18d13f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 11138,
            "upload_time": "2024-12-07T16:47:55",
            "upload_time_iso_8601": "2024-12-07T16:47:55.832718Z",
            "url": "https://files.pythonhosted.org/packages/23/8b/35c1210c64977e02bc2fecd9ae346be4bc4e2d9a317a9780b5a0cdf7822f/crijndael-1.0.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2f3f1f2295e5eb7c231990d4dff1095817bd6c419e45d6f3212112eead59f9a",
                "md5": "e762dcd3c5974d24bfeb5922acfa300b",
                "sha256": "d5739374dc440dbbd551d6da1d8f7b3eecc1c3cb347c4c6e99ad4f5e8ac03506"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e762dcd3c5974d24bfeb5922acfa300b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 12213,
            "upload_time": "2024-12-07T16:47:56",
            "upload_time_iso_8601": "2024-12-07T16:47:56.802627Z",
            "url": "https://files.pythonhosted.org/packages/c2/f3/f1f2295e5eb7c231990d4dff1095817bd6c419e45d6f3212112eead59f9a/crijndael-1.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23fa07c3fb75210f7c5d3741ae534a04707397d2a200c36034eb1760e1fc9592",
                "md5": "a87129911817c92ffd0d2560d002a877",
                "sha256": "f38589c883046dd25fe2c661a4ff4e391be5b256a27e915339c7f76b36b4aa9c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a87129911817c92ffd0d2560d002a877",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 10697,
            "upload_time": "2024-12-07T16:47:57",
            "upload_time_iso_8601": "2024-12-07T16:47:57.824257Z",
            "url": "https://files.pythonhosted.org/packages/23/fa/07c3fb75210f7c5d3741ae534a04707397d2a200c36034eb1760e1fc9592/crijndael-1.0.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9199f423ec7888a7954eb23939ed13353caa480f6b315ca428de3d5cef9007bd",
                "md5": "23d0402342d5325383ed094da698bc0f",
                "sha256": "96448b4b62bba58cf03c7865b5e4d923ac13df35124c172fa91bf109df3060f5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "23d0402342d5325383ed094da698bc0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 10829,
            "upload_time": "2024-12-07T16:47:58",
            "upload_time_iso_8601": "2024-12-07T16:47:58.845010Z",
            "url": "https://files.pythonhosted.org/packages/91/99/f423ec7888a7954eb23939ed13353caa480f6b315ca428de3d5cef9007bd/crijndael-1.0.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3890d7edcf1114029f04c6d4da285bfdb651038c747bbc0b7e967d8303d4b82d",
                "md5": "6b2dba66873d294bef1ee22a736ef0d8",
                "sha256": "79c5ac2b70d63e76f5919890affdbc8a11c0f29ef32d88483d4a3cfcb189830a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6b2dba66873d294bef1ee22a736ef0d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 10550,
            "upload_time": "2024-12-07T16:47:59",
            "upload_time_iso_8601": "2024-12-07T16:47:59.751482Z",
            "url": "https://files.pythonhosted.org/packages/38/90/d7edcf1114029f04c6d4da285bfdb651038c747bbc0b7e967d8303d4b82d/crijndael-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a60f49e04eda9ec0a26e3117396052ed51480bb6c544713e9855fcea9498112f",
                "md5": "8a646a7c5711e3c201eb9b96910d3206",
                "sha256": "d675cc55f62a07f13acc4645523610d6c4a88016c502825105fcf51453d822a7"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8a646a7c5711e3c201eb9b96910d3206",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 31839,
            "upload_time": "2024-12-07T16:48:00",
            "upload_time_iso_8601": "2024-12-07T16:48:00.643349Z",
            "url": "https://files.pythonhosted.org/packages/a6/0f/49e04eda9ec0a26e3117396052ed51480bb6c544713e9855fcea9498112f/crijndael-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9fd0ca1f421dc9ea9161494a6a1bc2248882e756f70dc941660d3cad080e605",
                "md5": "1a77ae56f854f7910fca9a870b96f7d2",
                "sha256": "5b52212540057718c0e5b0389904ea2086952a94f765c805ea963523e2534499"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1a77ae56f854f7910fca9a870b96f7d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 34259,
            "upload_time": "2024-12-07T16:48:01",
            "upload_time_iso_8601": "2024-12-07T16:48:01.670378Z",
            "url": "https://files.pythonhosted.org/packages/c9/fd/0ca1f421dc9ea9161494a6a1bc2248882e756f70dc941660d3cad080e605/crijndael-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fe44c2b6efbf0a16d4ac83dc0bcd9df02e9ce17d1425ef35e4c527526de96dc",
                "md5": "994ec9e6a75eda71aac1b394874fc158",
                "sha256": "a4d1ea6d2b56534fc0d75deeaf08887e51039c5b603ef22be9b8fb08c338d1ef"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "994ec9e6a75eda71aac1b394874fc158",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 32486,
            "upload_time": "2024-12-07T16:48:02",
            "upload_time_iso_8601": "2024-12-07T16:48:02.684618Z",
            "url": "https://files.pythonhosted.org/packages/6f/e4/4c2b6efbf0a16d4ac83dc0bcd9df02e9ce17d1425ef35e4c527526de96dc/crijndael-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de4356bf4db65ec2d14d838d543d2d78eb636883d67a1f9caee71d61fd3f3d39",
                "md5": "373bb240c183cb41d0d91343d4b5b44a",
                "sha256": "bc595a0e308418c9e14a40089e839f038c622d8e4222aa7c7a704e3ae53236d4"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "373bb240c183cb41d0d91343d4b5b44a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 31730,
            "upload_time": "2024-12-07T16:48:03",
            "upload_time_iso_8601": "2024-12-07T16:48:03.668104Z",
            "url": "https://files.pythonhosted.org/packages/de/43/56bf4db65ec2d14d838d543d2d78eb636883d67a1f9caee71d61fd3f3d39/crijndael-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1923594c0c53633c5a4fa8249f5b9620086d1ce980c004d7b6d5bfa6802a2175",
                "md5": "689e2d7a9b25bb60afff426a79490d1f",
                "sha256": "c6665bd83e4eda3feceec19093520cfda15938c855c88ce1d4280877339d97d3"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "689e2d7a9b25bb60afff426a79490d1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 30564,
            "upload_time": "2024-12-07T16:48:04",
            "upload_time_iso_8601": "2024-12-07T16:48:04.722760Z",
            "url": "https://files.pythonhosted.org/packages/19/23/594c0c53633c5a4fa8249f5b9620086d1ce980c004d7b6d5bfa6802a2175/crijndael-1.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3aa629af61a37350001cf479cfea975b386b3620b0bde43de83522c96728c59",
                "md5": "f88f5b5cb8bcf2fa39056fc3fc15a080",
                "sha256": "93deb5dbe8142e3c4856b07c7faee5ee416d8e88d6142f3e5eb3582d3cdd5643"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f88f5b5cb8bcf2fa39056fc3fc15a080",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 30936,
            "upload_time": "2024-12-07T16:48:06",
            "upload_time_iso_8601": "2024-12-07T16:48:06.391918Z",
            "url": "https://files.pythonhosted.org/packages/b3/aa/629af61a37350001cf479cfea975b386b3620b0bde43de83522c96728c59/crijndael-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20b90f3e76ab4b3a64eb0558104188a86a4682ca8a1005e92a04fc6fd07a8fab",
                "md5": "d0d48ba68354cace6b5bf896f72a7abe",
                "sha256": "3e2b9d4f8b920e82bfb13276cbcbd483672df7adad6515c9a95d78a09f3c803d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d0d48ba68354cace6b5bf896f72a7abe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 29694,
            "upload_time": "2024-12-07T16:48:07",
            "upload_time_iso_8601": "2024-12-07T16:48:07.370610Z",
            "url": "https://files.pythonhosted.org/packages/20/b9/0f3e76ab4b3a64eb0558104188a86a4682ca8a1005e92a04fc6fd07a8fab/crijndael-1.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "375c969659d8c75ca638dc56daf151fa003ae7a6c3dac2f41524d96825925873",
                "md5": "90581dff01c8a6484d22025d200b31d4",
                "sha256": "e8e935127cd2400b0c972437560b49dc12715e43e971d3670a39e76b46e08cb0"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "90581dff01c8a6484d22025d200b31d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 32734,
            "upload_time": "2024-12-07T16:48:08",
            "upload_time_iso_8601": "2024-12-07T16:48:08.825056Z",
            "url": "https://files.pythonhosted.org/packages/37/5c/969659d8c75ca638dc56daf151fa003ae7a6c3dac2f41524d96825925873/crijndael-1.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fe6d7d97b0711987cb0be05d9e4eaa10934b27a2eca674e5fe41457d0d9880a",
                "md5": "d864fcde5c459af868b1f0d70f61d177",
                "sha256": "b9c31c83d01e23cbff105b2e6374d51c17b6365d466aa2c3fde7167614322d9f"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "d864fcde5c459af868b1f0d70f61d177",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 32805,
            "upload_time": "2024-12-07T16:48:09",
            "upload_time_iso_8601": "2024-12-07T16:48:09.871538Z",
            "url": "https://files.pythonhosted.org/packages/4f/e6/d7d97b0711987cb0be05d9e4eaa10934b27a2eca674e5fe41457d0d9880a/crijndael-1.0.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59b65767e314599f2fb5f8ded4b3ea55fb13023a73f11ed52488cbddd3203e3a",
                "md5": "0190260a03d0f79d9207d62fa5fbce3c",
                "sha256": "92be6b0f9586a8302b1871d7a198c10cfa93f48d99ff5753bef3ea1a45cab573"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0190260a03d0f79d9207d62fa5fbce3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 32725,
            "upload_time": "2024-12-07T16:48:10",
            "upload_time_iso_8601": "2024-12-07T16:48:10.907165Z",
            "url": "https://files.pythonhosted.org/packages/59/b6/5767e314599f2fb5f8ded4b3ea55fb13023a73f11ed52488cbddd3203e3a/crijndael-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abd3da0a99d87a5b5a0d3055fe3c4433c55da447ba8c20bbfcb69990a8b9e590",
                "md5": "49f4b8af0b67c3115257aac47d8b316d",
                "sha256": "b3f64cabe2aa0daca60e3dd572679ba5546124eba1b44042b72d0601730f005a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "49f4b8af0b67c3115257aac47d8b316d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 11133,
            "upload_time": "2024-12-07T16:48:11",
            "upload_time_iso_8601": "2024-12-07T16:48:11.960983Z",
            "url": "https://files.pythonhosted.org/packages/ab/d3/da0a99d87a5b5a0d3055fe3c4433c55da447ba8c20bbfcb69990a8b9e590/crijndael-1.0.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e515fc10ae2c2cfa5fb92283890135fe3e89a7df8c042c7d87951711b3299aa",
                "md5": "5c4b9ef03682656e3fe3769c7f73e032",
                "sha256": "8917367d1ab86e2e0fa2743515ec31bbd797fa704ea6c7ab9152486afa484192"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5c4b9ef03682656e3fe3769c7f73e032",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 12213,
            "upload_time": "2024-12-07T16:48:12",
            "upload_time_iso_8601": "2024-12-07T16:48:12.850466Z",
            "url": "https://files.pythonhosted.org/packages/2e/51/5fc10ae2c2cfa5fb92283890135fe3e89a7df8c042c7d87951711b3299aa/crijndael-1.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91973cb2a77288f7fc652aff37a3e34ed8a35c56ecfc98e5af3009f4b5a4ecea",
                "md5": "c938d700633ad36fa028da9bbc6f4ec8",
                "sha256": "f31d186d814c898b74d0d43150bf6bbd5454240a24b9f80324d54c0c1d0e0a41"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "c938d700633ad36fa028da9bbc6f4ec8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 10696,
            "upload_time": "2024-12-07T16:48:13",
            "upload_time_iso_8601": "2024-12-07T16:48:13.762699Z",
            "url": "https://files.pythonhosted.org/packages/91/97/3cb2a77288f7fc652aff37a3e34ed8a35c56ecfc98e5af3009f4b5a4ecea/crijndael-1.0.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d13b94d6dc05e61bbc8fd4f227e245249d7cc302ebec6b50509d63b220e9ffec",
                "md5": "d0423cc46569f7249bc625a1103aca81",
                "sha256": "39077413c43d9cd1271ecb5e15f1be362ceec2d77c46d58210d5589cc0513d22"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0423cc46569f7249bc625a1103aca81",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 10828,
            "upload_time": "2024-12-07T16:48:15",
            "upload_time_iso_8601": "2024-12-07T16:48:15.469716Z",
            "url": "https://files.pythonhosted.org/packages/d1/3b/94d6dc05e61bbc8fd4f227e245249d7cc302ebec6b50509d63b220e9ffec/crijndael-1.0.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d93c93dcad0c5de82f2bd76cec5bcd6981e2b2140e87fc0c8dc3c5ac154f888f",
                "md5": "0a3b2ab3352d3cdf2864b4b38a22059a",
                "sha256": "2d0ad7bb7eb17b33e41f04a89901dfef18d8110b43da19edbf50dab445f14e9a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0a3b2ab3352d3cdf2864b4b38a22059a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 10547,
            "upload_time": "2024-12-07T16:48:16",
            "upload_time_iso_8601": "2024-12-07T16:48:16.393306Z",
            "url": "https://files.pythonhosted.org/packages/d9/3c/93dcad0c5de82f2bd76cec5bcd6981e2b2140e87fc0c8dc3c5ac154f888f/crijndael-1.0.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9294db444cc0f22d23121a9fef0aa0f5c5cbbded59cb977ea05a5ca56957ce31",
                "md5": "cd169cf21bc4434b9a1537e12c687b94",
                "sha256": "f47dbdccd9a7c17ed54b24afe4285db1f44d21d9b446df746d3bb2565a49d2eb"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd169cf21bc4434b9a1537e12c687b94",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 31798,
            "upload_time": "2024-12-07T16:48:17",
            "upload_time_iso_8601": "2024-12-07T16:48:17.428652Z",
            "url": "https://files.pythonhosted.org/packages/92/94/db444cc0f22d23121a9fef0aa0f5c5cbbded59cb977ea05a5ca56957ce31/crijndael-1.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19c1635bb5221eeb895b7bf1ecefe122ad347fa205dd6cc9063c002416501517",
                "md5": "437e93f0a63fd11979c525fe6649ac88",
                "sha256": "3384e593693e609bdc1811c532834f5fd2948e2213972f961d0f677a3e463b78"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "437e93f0a63fd11979c525fe6649ac88",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 34208,
            "upload_time": "2024-12-07T16:48:18",
            "upload_time_iso_8601": "2024-12-07T16:48:18.472356Z",
            "url": "https://files.pythonhosted.org/packages/19/c1/635bb5221eeb895b7bf1ecefe122ad347fa205dd6cc9063c002416501517/crijndael-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47539dfc98a41fcae9749fe98e23907921ac949053ba5eb56d30578c0fc9451a",
                "md5": "4ee06d15817a7154bfe4c08d2aab3794",
                "sha256": "e510d031f3c3485e34085c7d7b90e89fa57d05b69b1a4d8648e32791dc44a1e1"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4ee06d15817a7154bfe4c08d2aab3794",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 32416,
            "upload_time": "2024-12-07T16:48:20",
            "upload_time_iso_8601": "2024-12-07T16:48:20.301339Z",
            "url": "https://files.pythonhosted.org/packages/47/53/9dfc98a41fcae9749fe98e23907921ac949053ba5eb56d30578c0fc9451a/crijndael-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c30b765e65879e8e91790d38579feca6727cc3c6c4832b5f16b22617d8c98bbb",
                "md5": "28ddc11dacf71a188efd41ae46d54371",
                "sha256": "c7cb263abfb9ca111c2a3628d0a6487967bba77f07437d80a63029c42108db7d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28ddc11dacf71a188efd41ae46d54371",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 31685,
            "upload_time": "2024-12-07T16:48:21",
            "upload_time_iso_8601": "2024-12-07T16:48:21.299607Z",
            "url": "https://files.pythonhosted.org/packages/c3/0b/765e65879e8e91790d38579feca6727cc3c6c4832b5f16b22617d8c98bbb/crijndael-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3db1743c71c16fb174e4896efc6270946a1e297a57b16a198be5adae6eacdac9",
                "md5": "bc361c9e4d95cdc0ad55bfda0656b1dd",
                "sha256": "4573f2b3c76f9abaa3e5190c5dc4f33cfb5222a1a415dec5011c73d4729ddd8d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bc361c9e4d95cdc0ad55bfda0656b1dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 30517,
            "upload_time": "2024-12-07T16:48:22",
            "upload_time_iso_8601": "2024-12-07T16:48:22.346539Z",
            "url": "https://files.pythonhosted.org/packages/3d/b1/743c71c16fb174e4896efc6270946a1e297a57b16a198be5adae6eacdac9/crijndael-1.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a28c609774f663ecd08ed48329c98980d8bbf28ae71cf57229b36f27fa8d1f26",
                "md5": "e993d9d72093327819913dc7aeee8f4f",
                "sha256": "a9c9b251cde32c164fc11b2c27f771fd641f95295cc3c7faebd6f99c08a4fb68"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e993d9d72093327819913dc7aeee8f4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 30990,
            "upload_time": "2024-12-07T16:48:23",
            "upload_time_iso_8601": "2024-12-07T16:48:23.830020Z",
            "url": "https://files.pythonhosted.org/packages/a2/8c/609774f663ecd08ed48329c98980d8bbf28ae71cf57229b36f27fa8d1f26/crijndael-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3833ab2f9081b35c9a372ba89c07f7bbdae5d472cfe7579607d5521ba0e951f",
                "md5": "ae722f71d83add592b09db4f11648a6d",
                "sha256": "d25a365e9cecb6c8de71a35d24e9d4b93630631c062967b04d19789ebc1ad4fc"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ae722f71d83add592b09db4f11648a6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 29723,
            "upload_time": "2024-12-07T16:48:24",
            "upload_time_iso_8601": "2024-12-07T16:48:24.839986Z",
            "url": "https://files.pythonhosted.org/packages/d3/83/3ab2f9081b35c9a372ba89c07f7bbdae5d472cfe7579607d5521ba0e951f/crijndael-1.0.1-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c1bb370f87560f2138e3bb4da1b7eea5c0dd476e9542f45ad77745b2873913f",
                "md5": "7b3d26982235d2411d8b634cbf39b9b4",
                "sha256": "7264b8e83f4a8497d62b151f10eaa99888ecf981478771648c0f0a9352bc2b55"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7b3d26982235d2411d8b634cbf39b9b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 32765,
            "upload_time": "2024-12-07T16:48:25",
            "upload_time_iso_8601": "2024-12-07T16:48:25.865210Z",
            "url": "https://files.pythonhosted.org/packages/5c/1b/b370f87560f2138e3bb4da1b7eea5c0dd476e9542f45ad77745b2873913f/crijndael-1.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "277e446937788d96c9cbe6fe96426b4af6383358018a5c28703d2d810ad38071",
                "md5": "16b7d2de7769e3a56a25e6a79225bcbd",
                "sha256": "c648d72d8d307e60f91614791bdc284a1359772dcfb3312a5336c4976a128dd2"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "16b7d2de7769e3a56a25e6a79225bcbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 32840,
            "upload_time": "2024-12-07T16:48:26",
            "upload_time_iso_8601": "2024-12-07T16:48:26.863599Z",
            "url": "https://files.pythonhosted.org/packages/27/7e/446937788d96c9cbe6fe96426b4af6383358018a5c28703d2d810ad38071/crijndael-1.0.1-cp313-cp313-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d6fd2df75741bf0ced2cbf84dd28780fdd18439b28b33115c19032c3dc0bb72",
                "md5": "4358747b12913cabff90adc5f703cf70",
                "sha256": "5c262e0eacc393932fbabd08b41fde7b08d581c99f7a7d629bcc7b78df2972d5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4358747b12913cabff90adc5f703cf70",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 32766,
            "upload_time": "2024-12-07T16:48:27",
            "upload_time_iso_8601": "2024-12-07T16:48:27.879660Z",
            "url": "https://files.pythonhosted.org/packages/5d/6f/d2df75741bf0ced2cbf84dd28780fdd18439b28b33115c19032c3dc0bb72/crijndael-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "362225893ad863096a755511c4a0f3638eb7c1f83a98c3b42e80ffd4c709d15f",
                "md5": "a7907195394c7b502909f4944b10dc5f",
                "sha256": "32f4ae7e8c22242e061e0a8c828e675689d15e184b12c14b302c6f180cc7ff9c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "a7907195394c7b502909f4944b10dc5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 11127,
            "upload_time": "2024-12-07T16:48:29",
            "upload_time_iso_8601": "2024-12-07T16:48:29.012378Z",
            "url": "https://files.pythonhosted.org/packages/36/22/25893ad863096a755511c4a0f3638eb7c1f83a98c3b42e80ffd4c709d15f/crijndael-1.0.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dac1b1e54df152cc0d1945262aff48b46589fc83299ad0daf214d97a7dc87d2",
                "md5": "537153addd7b9b9272d023aaba329488",
                "sha256": "ea58a1c2584714adb64084d576557299268bd62220c91fb9e6ba929ecece8160"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "537153addd7b9b9272d023aaba329488",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 12204,
            "upload_time": "2024-12-07T16:48:30",
            "upload_time_iso_8601": "2024-12-07T16:48:30.241139Z",
            "url": "https://files.pythonhosted.org/packages/9d/ac/1b1e54df152cc0d1945262aff48b46589fc83299ad0daf214d97a7dc87d2/crijndael-1.0.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9afa3f26e500090d5942ca9669aa50410ef1110884a7759ab4d688624a60da1f",
                "md5": "5fe491f9448520df3703868bd9540598",
                "sha256": "9300a0baa8243e30f031e283da0b5f83669510f637a05471c1ec97dc0fb82c8b"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "5fe491f9448520df3703868bd9540598",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.6",
            "size": 10689,
            "upload_time": "2024-12-07T16:48:31",
            "upload_time_iso_8601": "2024-12-07T16:48:31.530143Z",
            "url": "https://files.pythonhosted.org/packages/9a/fa/3f26e500090d5942ca9669aa50410ef1110884a7759ab4d688624a60da1f/crijndael-1.0.1-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3e6362a92a5b6e818bffbb80a15aa7da2317064f81ce693535c49095388ed0d",
                "md5": "7c3f763afa9fa1aebaf63b8eff878073",
                "sha256": "d62cb9607057595e21360acb0661586de9edecc2ffd304c1355d9cf4ed025f0f"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c3f763afa9fa1aebaf63b8eff878073",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 10657,
            "upload_time": "2024-12-07T16:48:33",
            "upload_time_iso_8601": "2024-12-07T16:48:33.267150Z",
            "url": "https://files.pythonhosted.org/packages/d3/e6/362a92a5b6e818bffbb80a15aa7da2317064f81ce693535c49095388ed0d/crijndael-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df9e84425ca8d2bdc0f0c29c5ab5433e70c920c8db78d78b2b1ed40a9df79c11",
                "md5": "757b50a59f9ef361f98a5cb17435235a",
                "sha256": "f22c29865a5467eaba7a7792ecc743dd8ab6ed0c20912dfdc0a8d99df3a747fb"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "757b50a59f9ef361f98a5cb17435235a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 32096,
            "upload_time": "2024-12-07T16:48:34",
            "upload_time_iso_8601": "2024-12-07T16:48:34.517077Z",
            "url": "https://files.pythonhosted.org/packages/df/9e/84425ca8d2bdc0f0c29c5ab5433e70c920c8db78d78b2b1ed40a9df79c11/crijndael-1.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bbcdacce23d01e234cdab90978b616f0aecc7988971da3d155340d851a09c32",
                "md5": "9b3d2be35ac66982be070d0d987f2347",
                "sha256": "3ccfc2b530691da10aed178fd60a7c27f623ab2203167a3c4f1ca5b29389577a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9b3d2be35ac66982be070d0d987f2347",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 34508,
            "upload_time": "2024-12-07T16:48:36",
            "upload_time_iso_8601": "2024-12-07T16:48:36.185024Z",
            "url": "https://files.pythonhosted.org/packages/7b/bc/dacce23d01e234cdab90978b616f0aecc7988971da3d155340d851a09c32/crijndael-1.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5d4cbcd95b8cecaefec97fc798232968bd0b61fa5ff2f201068d234eae3cb25",
                "md5": "cdf62a7164180f87a450e0085ea48b77",
                "sha256": "ea73dceb295508854968d525dacc22889a93bd5bcf00c60e16d8c2a26c5edb72"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cdf62a7164180f87a450e0085ea48b77",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 32764,
            "upload_time": "2024-12-07T16:48:37",
            "upload_time_iso_8601": "2024-12-07T16:48:37.910918Z",
            "url": "https://files.pythonhosted.org/packages/c5/d4/cbcd95b8cecaefec97fc798232968bd0b61fa5ff2f201068d234eae3cb25/crijndael-1.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63223d00b49dc883018bad67726d0fcf4ca3c85cbc889715716467b2041f5efe",
                "md5": "3c11fbd67ef173482ace48c8d9c5d801",
                "sha256": "710c144995e6d53e1f01239ea04616813a0f75b0aae90e8e369cedddaaa9c1f7"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c11fbd67ef173482ace48c8d9c5d801",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 31983,
            "upload_time": "2024-12-07T16:48:39",
            "upload_time_iso_8601": "2024-12-07T16:48:39.004435Z",
            "url": "https://files.pythonhosted.org/packages/63/22/3d00b49dc883018bad67726d0fcf4ca3c85cbc889715716467b2041f5efe/crijndael-1.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e6c3e6bb485ce1cd1711b7ab2d369725a0c81d453f5dcc2a9d4eedde1396eb1",
                "md5": "1fd808e8f3a22c73c892f92fd090ba0b",
                "sha256": "c2c961c540a172e519920c1412caa98f2c77beade6c23304c0ee0f2a417aa409"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1fd808e8f3a22c73c892f92fd090ba0b",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 30881,
            "upload_time": "2024-12-07T16:48:40",
            "upload_time_iso_8601": "2024-12-07T16:48:40.153001Z",
            "url": "https://files.pythonhosted.org/packages/1e/6c/3e6bb485ce1cd1711b7ab2d369725a0c81d453f5dcc2a9d4eedde1396eb1/crijndael-1.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d0066b98336b894d24cc0c8b6c8c8233cc831c966dfe77eb19bea09c1198a6c",
                "md5": "7b35e1a9683c09db05b332b3871a4886",
                "sha256": "3e1dabdbe15843d023ab54f55c76065e094683bddaa691d8a459e5c72cb702e5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7b35e1a9683c09db05b332b3871a4886",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 30679,
            "upload_time": "2024-12-07T16:48:41",
            "upload_time_iso_8601": "2024-12-07T16:48:41.888048Z",
            "url": "https://files.pythonhosted.org/packages/0d/00/66b98336b894d24cc0c8b6c8c8233cc831c966dfe77eb19bea09c1198a6c/crijndael-1.0.1-cp36-cp36m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee7de1b4347f3bb840859c8903ac8ce351d920d5de4dbd77c1b1d0b34f2e5022",
                "md5": "2fcce1ea1dcc1b24e27df426a0379ebd",
                "sha256": "e248d1dbeb39c8d68c87dd4b2c54017e3efd9832ed55a83b9ad659c75817cf01"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2fcce1ea1dcc1b24e27df426a0379ebd",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 29499,
            "upload_time": "2024-12-07T16:48:42",
            "upload_time_iso_8601": "2024-12-07T16:48:42.907718Z",
            "url": "https://files.pythonhosted.org/packages/ee/7d/e1b4347f3bb840859c8903ac8ce351d920d5de4dbd77c1b1d0b34f2e5022/crijndael-1.0.1-cp36-cp36m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87431db44ee15897dc873da64d1c905107173e802514eed27fc80eab203bd1e1",
                "md5": "2284de09bda2959f390b04d3c7b40ff3",
                "sha256": "cb6c5c41a0299f396a0278bf008d737b59e853df4fd7182e54768d33686bf1b6"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2284de09bda2959f390b04d3c7b40ff3",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 32479,
            "upload_time": "2024-12-07T16:48:43",
            "upload_time_iso_8601": "2024-12-07T16:48:43.981723Z",
            "url": "https://files.pythonhosted.org/packages/87/43/1db44ee15897dc873da64d1c905107173e802514eed27fc80eab203bd1e1/crijndael-1.0.1-cp36-cp36m-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8d118ed39bd46f9eddba29731bb2f638738f67d9a5bda34a190bb99be162baf",
                "md5": "a402373ade5b5c08cd3db1ad7f80ecd2",
                "sha256": "2a1dda894238db6ca2e85f058489445a58e4e90288cd6a33fa1a8efc0d303f23"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a402373ade5b5c08cd3db1ad7f80ecd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 32544,
            "upload_time": "2024-12-07T16:48:45",
            "upload_time_iso_8601": "2024-12-07T16:48:45.035543Z",
            "url": "https://files.pythonhosted.org/packages/e8/d1/18ed39bd46f9eddba29731bb2f638738f67d9a5bda34a190bb99be162baf/crijndael-1.0.1-cp36-cp36m-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9cf53889584fa2a9de4f58ac729d35917ebc260ab779f37d44463c9e6f2b8ca",
                "md5": "e4c75db59fcfe9649c9c5dd0221dc58c",
                "sha256": "16f6aaf326dba34c7bca22da57857ed0c2be0c87581ecd06d84821461ea22963"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4c75db59fcfe9649c9c5dd0221dc58c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 32465,
            "upload_time": "2024-12-07T16:48:46",
            "upload_time_iso_8601": "2024-12-07T16:48:46.159566Z",
            "url": "https://files.pythonhosted.org/packages/d9/cf/53889584fa2a9de4f58ac729d35917ebc260ab779f37d44463c9e6f2b8ca/crijndael-1.0.1-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9739a7ac1c8da2cb0a10029793b4dec909a5ae78e10288f39abc49cd5055aad",
                "md5": "2e772e5978a4a43955afa3d6b1b97c55",
                "sha256": "32a3c73f3f121dfc942175c6ac1bbda0b184a68b8c66b184166d839cfb694b6c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "2e772e5978a4a43955afa3d6b1b97c55",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 11240,
            "upload_time": "2024-12-07T16:48:47",
            "upload_time_iso_8601": "2024-12-07T16:48:47.603981Z",
            "url": "https://files.pythonhosted.org/packages/f9/73/9a7ac1c8da2cb0a10029793b4dec909a5ae78e10288f39abc49cd5055aad/crijndael-1.0.1-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3637ff42cb73c4a045644a6b3b7b74031baad48561e589ed402c43f6cb14704b",
                "md5": "79af0c115886d5c1e3ae3407d62f68af",
                "sha256": "5d806c0d397fac26a8f1ddf71a5416634f77de119678004a333f99b1d9451485"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "79af0c115886d5c1e3ae3407d62f68af",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 12351,
            "upload_time": "2024-12-07T16:48:49",
            "upload_time_iso_8601": "2024-12-07T16:48:49.225832Z",
            "url": "https://files.pythonhosted.org/packages/36/37/ff42cb73c4a045644a6b3b7b74031baad48561e589ed402c43f6cb14704b/crijndael-1.0.1-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8025e211312b10d6d44b0b11237bcf92b5ce60f34508e2434c42665f15c0aee",
                "md5": "9dafb427a8480bdf77a312bb40eebcff",
                "sha256": "aeb2f0d1fe4fdf51efbae3c095f653a6c5db7430502cc5af6d329c64a978ae62"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9dafb427a8480bdf77a312bb40eebcff",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 10780,
            "upload_time": "2024-12-07T16:48:50",
            "upload_time_iso_8601": "2024-12-07T16:48:50.252458Z",
            "url": "https://files.pythonhosted.org/packages/f8/02/5e211312b10d6d44b0b11237bcf92b5ce60f34508e2434c42665f15c0aee/crijndael-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e79385160b586c5190f2e19abcc93ae4aa04a3ae419d756be0a75e7d476608d1",
                "md5": "6233fe61d30ef019bae8ded95d3b1ba6",
                "sha256": "d5f4d7a19017990967bd40829753c57bb462b67fb0b37eb9daee2da364a24168"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6233fe61d30ef019bae8ded95d3b1ba6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 32083,
            "upload_time": "2024-12-07T16:48:51",
            "upload_time_iso_8601": "2024-12-07T16:48:51.284147Z",
            "url": "https://files.pythonhosted.org/packages/e7/93/85160b586c5190f2e19abcc93ae4aa04a3ae419d756be0a75e7d476608d1/crijndael-1.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2707d717afcb5e7ecbf3e1538fde64991b5a6035644f510d996d6e0ce77e6703",
                "md5": "db9f4154a987bb018665f525149da68b",
                "sha256": "1f3fc51157e91d80b3a9fd55200e96ec8e73f17f92fed98464533f1a1cd5552e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "db9f4154a987bb018665f525149da68b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 34499,
            "upload_time": "2024-12-07T16:48:52",
            "upload_time_iso_8601": "2024-12-07T16:48:52.298232Z",
            "url": "https://files.pythonhosted.org/packages/27/07/d717afcb5e7ecbf3e1538fde64991b5a6035644f510d996d6e0ce77e6703/crijndael-1.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70f57f94278af571d4ee0789365903677c0e123e7924076ae1c7496a7f8dd43d",
                "md5": "aa4e24042216404d1aa15d439099bacd",
                "sha256": "a1820414258484f890ec901d2e329e5af04cb60b14f15a0c9afc99ba7aa02eb9"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "aa4e24042216404d1aa15d439099bacd",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 32764,
            "upload_time": "2024-12-07T16:48:53",
            "upload_time_iso_8601": "2024-12-07T16:48:53.354823Z",
            "url": "https://files.pythonhosted.org/packages/70/f5/7f94278af571d4ee0789365903677c0e123e7924076ae1c7496a7f8dd43d/crijndael-1.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d961c4e8ba58a5050998395d4213e6a6f0aede9ac81950f5a3b2f42f045944c5",
                "md5": "78fdac28da9f6b350647df987030b4ac",
                "sha256": "41ee2b18a43f70b9fcb477b8cfe45d2055468a15539d67e430f6d7a242c0f56b"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "78fdac28da9f6b350647df987030b4ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 31981,
            "upload_time": "2024-12-07T16:48:54",
            "upload_time_iso_8601": "2024-12-07T16:48:54.421875Z",
            "url": "https://files.pythonhosted.org/packages/d9/61/c4e8ba58a5050998395d4213e6a6f0aede9ac81950f5a3b2f42f045944c5/crijndael-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffd714630124eba6c2fe4ed2c71dcefaee80455e96c12e4795c503795a5db8c0",
                "md5": "efdb0bf69b053efbe9f99ec0a68d6e17",
                "sha256": "d4f4ed0b24d37653eac463f88095c5a68aa93b0345a7d583826d3957151ef191"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "efdb0bf69b053efbe9f99ec0a68d6e17",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 30872,
            "upload_time": "2024-12-07T16:48:55",
            "upload_time_iso_8601": "2024-12-07T16:48:55.557276Z",
            "url": "https://files.pythonhosted.org/packages/ff/d7/14630124eba6c2fe4ed2c71dcefaee80455e96c12e4795c503795a5db8c0/crijndael-1.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26b7e843259f13a9fc825838abcdb42ce127ccef32ed0def056d8bdfd55a5e24",
                "md5": "41358a51a9771245e2ab2ddd68b8d202",
                "sha256": "1ff6e7805027a0592d519e5f669105a496788629ee5b150ede9baf2ae45b9631"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "41358a51a9771245e2ab2ddd68b8d202",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 30671,
            "upload_time": "2024-12-07T16:48:57",
            "upload_time_iso_8601": "2024-12-07T16:48:57.395257Z",
            "url": "https://files.pythonhosted.org/packages/26/b7/e843259f13a9fc825838abcdb42ce127ccef32ed0def056d8bdfd55a5e24/crijndael-1.0.1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "437accc42927e5b4e5b810b2da50074a162ece9a19480b24c60cd7373f70f846",
                "md5": "0485f1789cbcc28b78cbb7b61456f1f6",
                "sha256": "e9ac3193fca5527282212aafae9bff652d5eb7f23ef34055dad022a3ff2ee9ca"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0485f1789cbcc28b78cbb7b61456f1f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 29486,
            "upload_time": "2024-12-07T16:48:58",
            "upload_time_iso_8601": "2024-12-07T16:48:58.434471Z",
            "url": "https://files.pythonhosted.org/packages/43/7a/ccc42927e5b4e5b810b2da50074a162ece9a19480b24c60cd7373f70f846/crijndael-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b84ff5547228d6da9b77166a23a1aa617e1f9ded31dbe2198c1440b5c48101fc",
                "md5": "cdfbba87651878b2422367eccfcc5615",
                "sha256": "dea6bb81af8cf05143022bb1f8831cc86f1fb19c02d3a16f8c1957e3438bd380"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cdfbba87651878b2422367eccfcc5615",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 32476,
            "upload_time": "2024-12-07T16:48:59",
            "upload_time_iso_8601": "2024-12-07T16:48:59.470803Z",
            "url": "https://files.pythonhosted.org/packages/b8/4f/f5547228d6da9b77166a23a1aa617e1f9ded31dbe2198c1440b5c48101fc/crijndael-1.0.1-cp37-cp37m-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8098f6ea57e0c542f4d6d42ab2dfa063931bae2b393fa2c27f9dec659a8da702",
                "md5": "64287f9181fdecab53acb98bf053b96a",
                "sha256": "6771fbe34af591843177652fac53971b23bee8a37c4c30f12f17453265533491"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "64287f9181fdecab53acb98bf053b96a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 32558,
            "upload_time": "2024-12-07T16:49:00",
            "upload_time_iso_8601": "2024-12-07T16:49:00.607940Z",
            "url": "https://files.pythonhosted.org/packages/80/98/f6ea57e0c542f4d6d42ab2dfa063931bae2b393fa2c27f9dec659a8da702/crijndael-1.0.1-cp37-cp37m-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffefb5ee7bb1f4895975cfa832f51e7b904777138246da9c87cf426f5ebbfed0",
                "md5": "78f45ab51d89277c10c8095d24727e86",
                "sha256": "8dc68110ea92719b21ac8b3ad0207facae8dc3e2ad1f92b8d9e7bbd7d346bc32"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "78f45ab51d89277c10c8095d24727e86",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 32457,
            "upload_time": "2024-12-07T16:49:01",
            "upload_time_iso_8601": "2024-12-07T16:49:01.684541Z",
            "url": "https://files.pythonhosted.org/packages/ff/ef/b5ee7bb1f4895975cfa832f51e7b904777138246da9c87cf426f5ebbfed0/crijndael-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0283e3fe3fca543524f116d455d2d2800121f5cdd59a6f693a34004c5e62f9d3",
                "md5": "6339e879d0d4d8b4a29505301ccdbd1e",
                "sha256": "4eea5ffe52dd0d45189ba07b97f0650fdc4510447cc70e7cfe11d99ff1019a4a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "6339e879d0d4d8b4a29505301ccdbd1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 11137,
            "upload_time": "2024-12-07T16:49:02",
            "upload_time_iso_8601": "2024-12-07T16:49:02.800150Z",
            "url": "https://files.pythonhosted.org/packages/02/83/e3fe3fca543524f116d455d2d2800121f5cdd59a6f693a34004c5e62f9d3/crijndael-1.0.1-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16db25fa13a45c7d992461cefe3324064ea15cb2bba0ec94b4d6d79c988a2688",
                "md5": "7100c707811895b246b7c85b1a54032f",
                "sha256": "b7a83750b8a35593c802a7f16c2880bac11b322c78c297c2a9f473b2cfeb9577"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7100c707811895b246b7c85b1a54032f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 12212,
            "upload_time": "2024-12-07T16:49:04",
            "upload_time_iso_8601": "2024-12-07T16:49:04.172143Z",
            "url": "https://files.pythonhosted.org/packages/16/db/25fa13a45c7d992461cefe3324064ea15cb2bba0ec94b4d6d79c988a2688/crijndael-1.0.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b95df7010b9943873cd6ffc136d0bddbffb85a1577a82e660445b9db21a5a2f8",
                "md5": "9b56bc45db6dd71407b1b390390424d9",
                "sha256": "3b3ac2f03dc9b0acf5af920a1e96fd9dfc6d7f27a6624d5576a4bdedb375bec1"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b56bc45db6dd71407b1b390390424d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 10777,
            "upload_time": "2024-12-07T16:49:05",
            "upload_time_iso_8601": "2024-12-07T16:49:05.252853Z",
            "url": "https://files.pythonhosted.org/packages/b9/5d/f7010b9943873cd6ffc136d0bddbffb85a1577a82e660445b9db21a5a2f8/crijndael-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b79837c23fd834fccf5cec85197b791785cb87db9bd85ad8831023aa933e244b",
                "md5": "02fbbf6594c75832d67fa432df60f1d4",
                "sha256": "29ef1ff2db9146c72377b76697e19fdd0492e359358308a5c4bf297a74987794"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "02fbbf6594c75832d67fa432df60f1d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 10544,
            "upload_time": "2024-12-07T16:49:07",
            "upload_time_iso_8601": "2024-12-07T16:49:07.099873Z",
            "url": "https://files.pythonhosted.org/packages/b7/98/37c23fd834fccf5cec85197b791785cb87db9bd85ad8831023aa933e244b/crijndael-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "608338624a17c59b4454180970c5d21dd63dbae146ef578a95e7bf1b8505ea0f",
                "md5": "3a0f092243842a989bbf76f52a7cfedb",
                "sha256": "1238140bc0002741a5c49696daffda8738ae54ab4408496dacc052e727cdf0ea"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3a0f092243842a989bbf76f52a7cfedb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 32087,
            "upload_time": "2024-12-07T16:49:08",
            "upload_time_iso_8601": "2024-12-07T16:49:08.197020Z",
            "url": "https://files.pythonhosted.org/packages/60/83/38624a17c59b4454180970c5d21dd63dbae146ef578a95e7bf1b8505ea0f/crijndael-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef6d558b0bd30942f7033d5217d3d742dc2132cd6520458fbb0cd212f9a5f61c",
                "md5": "3a0c89a3f57f91d3d895173dd52c5d77",
                "sha256": "2af6edc13037cb9e99290f09728fd362ce684cdfdfccee624676b72cc8238f0a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3a0c89a3f57f91d3d895173dd52c5d77",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 34513,
            "upload_time": "2024-12-07T16:49:09",
            "upload_time_iso_8601": "2024-12-07T16:49:09.331232Z",
            "url": "https://files.pythonhosted.org/packages/ef/6d/558b0bd30942f7033d5217d3d742dc2132cd6520458fbb0cd212f9a5f61c/crijndael-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2759d1b1ebeab321ed10c1a8f54d3c718f5b053b8347af2ba8e15a9b8e2f0053",
                "md5": "a1fd3cf032de6a1338606bc2a7d484e4",
                "sha256": "4501475cb120470d51856c54d0b9f442dc79a630a027952396481a302d457998"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "a1fd3cf032de6a1338606bc2a7d484e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 32712,
            "upload_time": "2024-12-07T16:49:10",
            "upload_time_iso_8601": "2024-12-07T16:49:10.482611Z",
            "url": "https://files.pythonhosted.org/packages/27/59/d1b1ebeab321ed10c1a8f54d3c718f5b053b8347af2ba8e15a9b8e2f0053/crijndael-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "082acc2e4784c5f1143c17c56235f6cc8471efef7bebd22601ed06185c53c921",
                "md5": "df142e78d8cf2d7181ba1990c818969b",
                "sha256": "a83be1c8c626c1685e5be464f28777f21aafe06d56872a1f17a19ddd460ae6ea"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df142e78d8cf2d7181ba1990c818969b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 31984,
            "upload_time": "2024-12-07T16:49:11",
            "upload_time_iso_8601": "2024-12-07T16:49:11.860270Z",
            "url": "https://files.pythonhosted.org/packages/08/2a/cc2e4784c5f1143c17c56235f6cc8471efef7bebd22601ed06185c53c921/crijndael-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9bfc7f4753367b1e89f72cc6b1b5f65d7d60b30a545a104e1c159379b0e7948",
                "md5": "d621d0648a1817ed2c6eab71304a351e",
                "sha256": "08846ca21c6b5b6b00760874b983825cb73a0bf9a44769a8fee1167850c80cc6"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d621d0648a1817ed2c6eab71304a351e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 30889,
            "upload_time": "2024-12-07T16:49:13",
            "upload_time_iso_8601": "2024-12-07T16:49:13.016009Z",
            "url": "https://files.pythonhosted.org/packages/a9/bf/c7f4753367b1e89f72cc6b1b5f65d7d60b30a545a104e1c159379b0e7948/crijndael-1.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70618b10995eda1a87e028a973ae5f221070308be8d3f6a9f62c4b2c63968f05",
                "md5": "3c2e0858a599b3ccd35d02d263a8ae04",
                "sha256": "2cb5c94c33b1c6c13808bc13f1d06f97d491ae3a932f575c94e9e7529df1ee4c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3c2e0858a599b3ccd35d02d263a8ae04",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 30653,
            "upload_time": "2024-12-07T16:49:14",
            "upload_time_iso_8601": "2024-12-07T16:49:14.176133Z",
            "url": "https://files.pythonhosted.org/packages/70/61/8b10995eda1a87e028a973ae5f221070308be8d3f6a9f62c4b2c63968f05/crijndael-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb5446cb87096ffbd2574a933a8794b735e54698fb367327e0a5be69336dbe4b",
                "md5": "8699a921206276dc678f8b3bcd0e4cde",
                "sha256": "59bdc858ca2bbbd7f19c9b4332c9b599133ad7eaa11134c8a2faf97cc7eabcff"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8699a921206276dc678f8b3bcd0e4cde",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 29476,
            "upload_time": "2024-12-07T16:49:15",
            "upload_time_iso_8601": "2024-12-07T16:49:15.251544Z",
            "url": "https://files.pythonhosted.org/packages/bb/54/46cb87096ffbd2574a933a8794b735e54698fb367327e0a5be69336dbe4b/crijndael-1.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2904c61f69d19c24224c84855f7698bcacb3252b55ff2bffc18682d9b71bab0",
                "md5": "f20bfeee8736d40b2ae8940306288312",
                "sha256": "d4be2863d83c238ed3e76ad166954d25532924f3cb7f66a4ea66d3d2e90f959a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f20bfeee8736d40b2ae8940306288312",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 32464,
            "upload_time": "2024-12-07T16:49:16",
            "upload_time_iso_8601": "2024-12-07T16:49:16.966848Z",
            "url": "https://files.pythonhosted.org/packages/a2/90/4c61f69d19c24224c84855f7698bcacb3252b55ff2bffc18682d9b71bab0/crijndael-1.0.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fc181d38bb2f3c0828495210344b21c01e37e15fe391ad82d7ad6e0cd18f330",
                "md5": "a86cd17452134e348ceb8c11b77fc4e3",
                "sha256": "267bb2618234cd71a6e30052a84157a69326082d3a72b90df586cfa6507412a5"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a86cd17452134e348ceb8c11b77fc4e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 32552,
            "upload_time": "2024-12-07T16:49:18",
            "upload_time_iso_8601": "2024-12-07T16:49:18.088007Z",
            "url": "https://files.pythonhosted.org/packages/7f/c1/81d38bb2f3c0828495210344b21c01e37e15fe391ad82d7ad6e0cd18f330/crijndael-1.0.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87805cb4066475b1f172fed3541dd743ed91934240f3e99229c90221dc814f83",
                "md5": "568540309984707301aa39b69f34ad7d",
                "sha256": "4483bbe5625b71b8e9769dce670a0c8229b457791ff6dea42647575d670c6aac"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "568540309984707301aa39b69f34ad7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 32453,
            "upload_time": "2024-12-07T16:49:19",
            "upload_time_iso_8601": "2024-12-07T16:49:19.222888Z",
            "url": "https://files.pythonhosted.org/packages/87/80/5cb4066475b1f172fed3541dd743ed91934240f3e99229c90221dc814f83/crijndael-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "340a3ef34f2fe2e59888d3a53ba869609fd2aa15028c2946fb74cad8657b78e9",
                "md5": "f1ee62528b9220ae19e62d84380d900d",
                "sha256": "0f3a0ef9c9eb7c2b6d013e11244259d04724cdf0b115fdffc18ac7058da21828"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "f1ee62528b9220ae19e62d84380d900d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 11134,
            "upload_time": "2024-12-07T16:49:20",
            "upload_time_iso_8601": "2024-12-07T16:49:20.288694Z",
            "url": "https://files.pythonhosted.org/packages/34/0a/3ef34f2fe2e59888d3a53ba869609fd2aa15028c2946fb74cad8657b78e9/crijndael-1.0.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c16cdcbe9a46d2820bf8bbe1d74858d0c5cbdc20ba4d13bd5f943ed53ca3dcf7",
                "md5": "534f4da76e2da890291c998306806701",
                "sha256": "faa3a5e7fac35b831159aa54194ca3d57d4ea139e0130bb3eaa20a170ac5c276"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "534f4da76e2da890291c998306806701",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 12212,
            "upload_time": "2024-12-07T16:49:21",
            "upload_time_iso_8601": "2024-12-07T16:49:21.297283Z",
            "url": "https://files.pythonhosted.org/packages/c1/6c/dcbe9a46d2820bf8bbe1d74858d0c5cbdc20ba4d13bd5f943ed53ca3dcf7/crijndael-1.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "928a1e2b2171f2aa677ff2d1463fe3630d7417b515e9a22ee55177d4e584eff2",
                "md5": "8ff81edd26cff75531c7fb40700aafe2",
                "sha256": "d77c4f5274ae908c0afdd7b37d9f29f7f7eff255d50f84dedbdab51a62262b17"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ff81edd26cff75531c7fb40700aafe2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 10776,
            "upload_time": "2024-12-07T16:49:22",
            "upload_time_iso_8601": "2024-12-07T16:49:22.364702Z",
            "url": "https://files.pythonhosted.org/packages/92/8a/1e2b2171f2aa677ff2d1463fe3630d7417b515e9a22ee55177d4e584eff2/crijndael-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f81b27ef3cbb565704538b4e2ddfb21c9ca1c7a367f78d29acb5498312534617",
                "md5": "743063d6329900cea066e5c3c309caea",
                "sha256": "a3dfbca007484ef18de2553ae67e57ea17f21b61f933c6f24e5b1d17fab1496a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "743063d6329900cea066e5c3c309caea",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 10547,
            "upload_time": "2024-12-07T16:49:23",
            "upload_time_iso_8601": "2024-12-07T16:49:23.394858Z",
            "url": "https://files.pythonhosted.org/packages/f8/1b/27ef3cbb565704538b4e2ddfb21c9ca1c7a367f78d29acb5498312534617/crijndael-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcaea29ea2bea36b915cdc910f3b7c3ef0a3bcec325344d18332a55aeaf88a62",
                "md5": "3d8ffbed49c728e6e9ba5c0af367a903",
                "sha256": "5e33690113cb60bc894a7319cfb67154f4f091543d9ec550532440414d0231c8"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3d8ffbed49c728e6e9ba5c0af367a903",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 31573,
            "upload_time": "2024-12-07T16:49:24",
            "upload_time_iso_8601": "2024-12-07T16:49:24.811813Z",
            "url": "https://files.pythonhosted.org/packages/bc/ae/a29ea2bea36b915cdc910f3b7c3ef0a3bcec325344d18332a55aeaf88a62/crijndael-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36209cb236229f9ce2cfb5bb1564eec3dedea3fcb7af5a8287a559f67fa38d5a",
                "md5": "71d6459472cca0230f0fe94212549cd2",
                "sha256": "2589f47800e43c9736c64444d51b2296b892cd4a08ebecd14ee3449dd2333160"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "71d6459472cca0230f0fe94212549cd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 33951,
            "upload_time": "2024-12-07T16:49:25",
            "upload_time_iso_8601": "2024-12-07T16:49:25.913202Z",
            "url": "https://files.pythonhosted.org/packages/36/20/9cb236229f9ce2cfb5bb1564eec3dedea3fcb7af5a8287a559f67fa38d5a/crijndael-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f126ae31f713719fe56bbdf282ec2460d8243baf30a58381fd4079e7aebd679f",
                "md5": "c9eceb7d9e825f7c964daf73be0ce922",
                "sha256": "8db2986314ed5131057dc95dd3a2ce2ce60b1e869c68171d3f62485ad978af2e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c9eceb7d9e825f7c964daf73be0ce922",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 32182,
            "upload_time": "2024-12-07T16:49:27",
            "upload_time_iso_8601": "2024-12-07T16:49:27.122286Z",
            "url": "https://files.pythonhosted.org/packages/f1/26/ae31f713719fe56bbdf282ec2460d8243baf30a58381fd4079e7aebd679f/crijndael-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f3629f4a0b5ba5e3b1c02cdaf91c4591901c74ce780253222d34b338fe926cd",
                "md5": "5641324b25fda0a6791135b04bd10823",
                "sha256": "d441f49b3d890a83aed535866bc19b0a2705ba63b84a461b4e494c3e1e615d2e"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5641324b25fda0a6791135b04bd10823",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 31423,
            "upload_time": "2024-12-07T16:49:28",
            "upload_time_iso_8601": "2024-12-07T16:49:28.246051Z",
            "url": "https://files.pythonhosted.org/packages/7f/36/29f4a0b5ba5e3b1c02cdaf91c4591901c74ce780253222d34b338fe926cd/crijndael-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90a5d4af9b2421965fb5d0800b7473d816051f19103e722019976924113750eb",
                "md5": "6c0b2369e4a7db91e985d9dcc2265c15",
                "sha256": "21ad52e6170d9116cc396172d5dcd41c85b80a24ac644a1018953967e9003bce"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6c0b2369e4a7db91e985d9dcc2265c15",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 30296,
            "upload_time": "2024-12-07T16:49:29",
            "upload_time_iso_8601": "2024-12-07T16:49:29.458057Z",
            "url": "https://files.pythonhosted.org/packages/90/a5/d4af9b2421965fb5d0800b7473d816051f19103e722019976924113750eb/crijndael-1.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9dcd02e5b58216d82515aca016345f8d9380f9002078140f2a55729773aee98",
                "md5": "9dcd8280cafb8029b575fbd69fb99761",
                "sha256": "72dd9700658039da41d702ae36dfa46ab836a40444465d261a5bec685f8b8493"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9dcd8280cafb8029b575fbd69fb99761",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 30641,
            "upload_time": "2024-12-07T16:49:30",
            "upload_time_iso_8601": "2024-12-07T16:49:30.618434Z",
            "url": "https://files.pythonhosted.org/packages/b9/dc/d02e5b58216d82515aca016345f8d9380f9002078140f2a55729773aee98/crijndael-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4ae355a7684d835f9baab93a67e9e72c78bf5ab1113e89769d262407a5f993c",
                "md5": "3294f0de49774315133aa104dade1109",
                "sha256": "a59e549c09486cff359352fabf822461818e73bbcea1270e529a99a604b597d6"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3294f0de49774315133aa104dade1109",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 29433,
            "upload_time": "2024-12-07T16:49:31",
            "upload_time_iso_8601": "2024-12-07T16:49:31.762240Z",
            "url": "https://files.pythonhosted.org/packages/e4/ae/355a7684d835f9baab93a67e9e72c78bf5ab1113e89769d262407a5f993c/crijndael-1.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002779947c4a334e05cd874313d3f9cdb43a894e14e39e4adbb9a28edb778ef1",
                "md5": "56c2bef59eb4e68d42e39c943dd29fd6",
                "sha256": "1e0d6caa95051134bf6b6d30bc84faf4d648494261586639acb6019baafd12be"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "56c2bef59eb4e68d42e39c943dd29fd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 32425,
            "upload_time": "2024-12-07T16:49:32",
            "upload_time_iso_8601": "2024-12-07T16:49:32.896717Z",
            "url": "https://files.pythonhosted.org/packages/00/27/79947c4a334e05cd874313d3f9cdb43a894e14e39e4adbb9a28edb778ef1/crijndael-1.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c29b2e23c11f4a9d999ede8fdfe8c7b4d572c66d25246922df6c796ae0a24c",
                "md5": "e71be3492bf837001654a6bcacaeca3f",
                "sha256": "1f032ddfd165b95694dfd8a1b72e6e95342ecfba183ef06178859724143d8b5a"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "e71be3492bf837001654a6bcacaeca3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 32517,
            "upload_time": "2024-12-07T16:49:34",
            "upload_time_iso_8601": "2024-12-07T16:49:34.012050Z",
            "url": "https://files.pythonhosted.org/packages/51/c2/9b2e23c11f4a9d999ede8fdfe8c7b4d572c66d25246922df6c796ae0a24c/crijndael-1.0.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91d6722b5f0270b165c509333272aa419914f1d3924f0fd98a2aae6fdeccd1e8",
                "md5": "f42de212e2484502bd13fcc386ac3932",
                "sha256": "ca4e72f101473f7a3e38c92ef818106491eefc9a9533b2376e4830d06368f108"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f42de212e2484502bd13fcc386ac3932",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 32419,
            "upload_time": "2024-12-07T16:49:35",
            "upload_time_iso_8601": "2024-12-07T16:49:35.833902Z",
            "url": "https://files.pythonhosted.org/packages/91/d6/722b5f0270b165c509333272aa419914f1d3924f0fd98a2aae6fdeccd1e8/crijndael-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdb2a34a29155ae45583267e23fedc604cf859d3729ce083812a710e39b7e088",
                "md5": "15dcf2343418fd9b50d0332608da451e",
                "sha256": "e7aba7e48919e02048913487b1010a0a3547a94370da16ce6b035c3e42697027"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "15dcf2343418fd9b50d0332608da451e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 11132,
            "upload_time": "2024-12-07T16:49:37",
            "upload_time_iso_8601": "2024-12-07T16:49:37.042773Z",
            "url": "https://files.pythonhosted.org/packages/cd/b2/a34a29155ae45583267e23fedc604cf859d3729ce083812a710e39b7e088/crijndael-1.0.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1462537b6135a79e693a0ab0bcd10d4b1cc9ea7e7bb234d3fcfe2d52bccf1c4",
                "md5": "5a593473379f989f49b3fe528fc2d32d",
                "sha256": "10e44b3805ae588e4db41f0e95f50b6dc551d5a7b8cf0193d6ce147ff8cbe15f"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5a593473379f989f49b3fe528fc2d32d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 12211,
            "upload_time": "2024-12-07T16:49:38",
            "upload_time_iso_8601": "2024-12-07T16:49:38.141911Z",
            "url": "https://files.pythonhosted.org/packages/a1/46/2537b6135a79e693a0ab0bcd10d4b1cc9ea7e7bb234d3fcfe2d52bccf1c4/crijndael-1.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32088eebd4152e097a1f247ce227654b1d773f84180b3130e2304b0e8551cf00",
                "md5": "17874c8845f12b388e1a70f0e1757c26",
                "sha256": "edb606bdb0330e611501380e8297804379c0cfdda1fa7e7a62ed58154fa937af"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "17874c8845f12b388e1a70f0e1757c26",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 10690,
            "upload_time": "2024-12-07T16:49:39",
            "upload_time_iso_8601": "2024-12-07T16:49:39.361101Z",
            "url": "https://files.pythonhosted.org/packages/32/08/8eebd4152e097a1f247ce227654b1d773f84180b3130e2304b0e8551cf00/crijndael-1.0.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "099a01c77f14749b5126c5a9224983e0b441264aa5fa7bdbd38215b090ab11b1",
                "md5": "3e16a67b181f2bb3186870e6aa0a61be",
                "sha256": "5ed5de71e893471a3f0c2a1bd24b1f37eb830d7dd7f307d03f602fea4235741d"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e16a67b181f2bb3186870e6aa0a61be",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 9745,
            "upload_time": "2024-12-07T16:49:40",
            "upload_time_iso_8601": "2024-12-07T16:49:40.962075Z",
            "url": "https://files.pythonhosted.org/packages/09/9a/01c77f14749b5126c5a9224983e0b441264aa5fa7bdbd38215b090ab11b1/crijndael-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31de06d8816e20e9933964484d36e36a6f1bb68decad8180b975df01d3e2d18d",
                "md5": "6027313b003c7e5630da9d843c399e87",
                "sha256": "2bdd893ee786394cf96acbc0a970bed28249773099cc7cb975a461f8898ac2bd"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6027313b003c7e5630da9d843c399e87",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 10450,
            "upload_time": "2024-12-07T16:49:42",
            "upload_time_iso_8601": "2024-12-07T16:49:42.062660Z",
            "url": "https://files.pythonhosted.org/packages/31/de/06d8816e20e9933964484d36e36a6f1bb68decad8180b975df01d3e2d18d/crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e5acdc3a43d94406a332af8cbc2427cc117f52887178574d06961965dbd4dfe",
                "md5": "f4c84daa7d107c56954603b365dd0692",
                "sha256": "d71c4a63ebeb8e002ba99b5b08e7299d079db22cd7ab28b78c6fb54225811944"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4c84daa7d107c56954603b365dd0692",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 10628,
            "upload_time": "2024-12-07T16:49:43",
            "upload_time_iso_8601": "2024-12-07T16:49:43.166729Z",
            "url": "https://files.pythonhosted.org/packages/0e/5a/cdc3a43d94406a332af8cbc2427cc117f52887178574d06961965dbd4dfe/crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdd4f62762c7cca23488a7b89e46735f22c5a1d8fb91a769867cd26ee9713647",
                "md5": "de77cbae332ea738b412beaa96c09f20",
                "sha256": "96c0eea244955e7e31b259bd07e5a1842a1c7d8bdc860e85f99c62e66a406fdd"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "de77cbae332ea738b412beaa96c09f20",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 10348,
            "upload_time": "2024-12-07T16:49:44",
            "upload_time_iso_8601": "2024-12-07T16:49:44.479013Z",
            "url": "https://files.pythonhosted.org/packages/fd/d4/f62762c7cca23488a7b89e46735f22c5a1d8fb91a769867cd26ee9713647/crijndael-1.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08ad927254a01d2c3e146d6c15049626406ed84390a1a71d0dc35929306d1f4c",
                "md5": "9014749cbea47376b86350c2472c6b84",
                "sha256": "a5a493b66a15d683b96cae6dfbbbac6dc74820ac70aea5b5b0495fe231951cea"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9014749cbea47376b86350c2472c6b84",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.6",
            "size": 12253,
            "upload_time": "2024-12-07T16:49:45",
            "upload_time_iso_8601": "2024-12-07T16:49:45.592117Z",
            "url": "https://files.pythonhosted.org/packages/08/ad/927254a01d2c3e146d6c15049626406ed84390a1a71d0dc35929306d1f4c/crijndael-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1d20cf161c4a1ff3739b0024c4ecf20f845a140b192e763f4f37bccdf29e9e",
                "md5": "f0926e999f57ca70598672dbc6e55098",
                "sha256": "0fb1aa139a0c7289deb28c3dbd86abe9ad858906dea332885f4e403946b6f335"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f0926e999f57ca70598672dbc6e55098",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 9284,
            "upload_time": "2024-12-07T16:49:47",
            "upload_time_iso_8601": "2024-12-07T16:49:47.132088Z",
            "url": "https://files.pythonhosted.org/packages/fb/1d/20cf161c4a1ff3739b0024c4ecf20f845a140b192e763f4f37bccdf29e9e/crijndael-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb09b7f6b6bfbef0ffa424b2619ebbbc8e37a8e24c258f7bb8e4734ba26fbcdc",
                "md5": "2ec4c8753e2bdee6ac453702a22a145c",
                "sha256": "c97f9c5a6a38f442df9d3e57aebac1435fae6b65467d8026069a79e2ecb74689"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2ec4c8753e2bdee6ac453702a22a145c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 10447,
            "upload_time": "2024-12-07T16:49:48",
            "upload_time_iso_8601": "2024-12-07T16:49:48.344895Z",
            "url": "https://files.pythonhosted.org/packages/cb/09/b7f6b6bfbef0ffa424b2619ebbbc8e37a8e24c258f7bb8e4734ba26fbcdc/crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4068567e7f9ccbd984e9f00a6b61d8bb10c1d4354e4f95b00ba1b4257d9341d2",
                "md5": "016519daf44772730c5bdca610de3bc2",
                "sha256": "162ccfe5b457949370eb6f60846449377325c5d1feba58f19a96a22a14c00098"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "016519daf44772730c5bdca610de3bc2",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 10624,
            "upload_time": "2024-12-07T16:49:50",
            "upload_time_iso_8601": "2024-12-07T16:49:50.291089Z",
            "url": "https://files.pythonhosted.org/packages/40/68/567e7f9ccbd984e9f00a6b61d8bb10c1d4354e4f95b00ba1b4257d9341d2/crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5069ee5d19b3bccfcdf6c79d260554bd604b8c55b9294ada876ad550372244f",
                "md5": "890df45f441d47729b6181cc34fbef6b",
                "sha256": "1cc62fd7dd30eb6386f30a8c6b939e1255bf852316ef2071980375e2e79a6011"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "890df45f441d47729b6181cc34fbef6b",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 10343,
            "upload_time": "2024-12-07T16:49:51",
            "upload_time_iso_8601": "2024-12-07T16:49:51.462190Z",
            "url": "https://files.pythonhosted.org/packages/b5/06/9ee5d19b3bccfcdf6c79d260554bd604b8c55b9294ada876ad550372244f/crijndael-1.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf642ced2565f06b87b8863b505a50f6d8bea38e72f4aaf04fd9b9351d25bfab",
                "md5": "90730558826dff8b1b12815731afd92e",
                "sha256": "f23fe4b429303acdda1793e6e704ad80d487016f39b69fa63f862ff7cddab7b9"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "90730558826dff8b1b12815731afd92e",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.6",
            "size": 12244,
            "upload_time": "2024-12-07T16:49:53",
            "upload_time_iso_8601": "2024-12-07T16:49:53.241243Z",
            "url": "https://files.pythonhosted.org/packages/bf/64/2ced2565f06b87b8863b505a50f6d8bea38e72f4aaf04fd9b9351d25bfab/crijndael-1.0.1-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87a3a695125040c25a85604b37dd96d8ac6d7a2cc8e62e556c9e5bca163e816b",
                "md5": "5c8058ae199250f8f2d34094d6d2a188",
                "sha256": "aacba7cfc483ea0bbb164c3b752dbe140f20f231c9eba2cc380503c5020d5d88"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c8058ae199250f8f2d34094d6d2a188",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 9282,
            "upload_time": "2024-12-07T16:49:54",
            "upload_time_iso_8601": "2024-12-07T16:49:54.464264Z",
            "url": "https://files.pythonhosted.org/packages/87/a3/a695125040c25a85604b37dd96d8ac6d7a2cc8e62e556c9e5bca163e816b/crijndael-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb774ab0ef2afbc1292bd9911e4a3cbf8cd8033840f6fa728ac4449d07539239",
                "md5": "7e3a15725464e690efc2442d1b88f73f",
                "sha256": "b237f79d55a6be78e356f55bc2d5c0e2780168ef0b2dc0dafc4e23fd966ae01b"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7e3a15725464e690efc2442d1b88f73f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 10447,
            "upload_time": "2024-12-07T16:49:55",
            "upload_time_iso_8601": "2024-12-07T16:49:55.675267Z",
            "url": "https://files.pythonhosted.org/packages/cb/77/4ab0ef2afbc1292bd9911e4a3cbf8cd8033840f6fa728ac4449d07539239/crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7158dc891688ec4314dae1f7a88dcd386736404e81691167d72e8c243c14703e",
                "md5": "10296620eafc416748f5423b05b11734",
                "sha256": "8022b0a2b7ef1fc9be769f18fa0a90a1cb94fe5545b3974b72401d5f3baef9c6"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "10296620eafc416748f5423b05b11734",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 10625,
            "upload_time": "2024-12-07T16:49:56",
            "upload_time_iso_8601": "2024-12-07T16:49:56.836304Z",
            "url": "https://files.pythonhosted.org/packages/71/58/dc891688ec4314dae1f7a88dcd386736404e81691167d72e8c243c14703e/crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4be4bb7d8123f7303471bee813e06d1bbff1090b61c8448eb416e28c744acc65",
                "md5": "a7221f55c46ada03e5b5042202886490",
                "sha256": "6fd813bbd44084ec9add926e3c226dabcb63183670a08d526f3115a686ac5fec"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a7221f55c46ada03e5b5042202886490",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 10345,
            "upload_time": "2024-12-07T16:49:58",
            "upload_time_iso_8601": "2024-12-07T16:49:58.007638Z",
            "url": "https://files.pythonhosted.org/packages/4b/e4/bb7d8123f7303471bee813e06d1bbff1090b61c8448eb416e28c744acc65/crijndael-1.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a99e77ed525a2daf946fd1685c3e2d05d91dd611e2e437d0a9023370451862cf",
                "md5": "c7c2c7d2da871d5671ba9a0ea48a3e43",
                "sha256": "c65c2cd723d29731fc44f2afa5e20eeabf7c5ed61892cae3af182483fb1a2a15"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c7c2c7d2da871d5671ba9a0ea48a3e43",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.6",
            "size": 12243,
            "upload_time": "2024-12-07T16:50:00",
            "upload_time_iso_8601": "2024-12-07T16:50:00.545315Z",
            "url": "https://files.pythonhosted.org/packages/a9/9e/77ed525a2daf946fd1685c3e2d05d91dd611e2e437d0a9023370451862cf/crijndael-1.0.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db3d22aefa37bdbd4d7a6d3d4321f9314555f859f9e25825e8305e8eb9bb07c3",
                "md5": "16542734d9291a8699161343d2ed1be2",
                "sha256": "05ed69708636ec6827a0bf7ed0ddb84407f2bba6c503daa88940e96e964cbddd"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "16542734d9291a8699161343d2ed1be2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 9741,
            "upload_time": "2024-12-07T16:50:01",
            "upload_time_iso_8601": "2024-12-07T16:50:01.789247Z",
            "url": "https://files.pythonhosted.org/packages/db/3d/22aefa37bdbd4d7a6d3d4321f9314555f859f9e25825e8305e8eb9bb07c3/crijndael-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2c0d6141f4d7abc888c7a7b4a5599905d5d4ff1d0efe26f9f7e964e05af279b",
                "md5": "a3680f33dd64eb413a88e3ac336067bc",
                "sha256": "e2856e799573c4b426fef6dcf9e38e1dd2cf2edb177818037aaa373e0201be52"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a3680f33dd64eb413a88e3ac336067bc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 10447,
            "upload_time": "2024-12-07T16:50:02",
            "upload_time_iso_8601": "2024-12-07T16:50:02.991743Z",
            "url": "https://files.pythonhosted.org/packages/e2/c0/d6141f4d7abc888c7a7b4a5599905d5d4ff1d0efe26f9f7e964e05af279b/crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a9e8263445091c6e248aff43129e95a3444fbc4d51154cc26b02061cefdf5a",
                "md5": "486f0a7d8734b3a72fe73e46f52367f7",
                "sha256": "e952b1282b51afdd4bb571c9e04d8d8403cd5a94a8ddf6e312181521b0d1d0b9"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "486f0a7d8734b3a72fe73e46f52367f7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 10625,
            "upload_time": "2024-12-07T16:50:05",
            "upload_time_iso_8601": "2024-12-07T16:50:05.226420Z",
            "url": "https://files.pythonhosted.org/packages/98/a9/e8263445091c6e248aff43129e95a3444fbc4d51154cc26b02061cefdf5a/crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3add32d2d4a064d293a30a5c51f4aaebb038e5908d56511b22271bd0129d283a",
                "md5": "09f39202f63000a65b6f98d5c1e0c6c8",
                "sha256": "953889ad1b2c29f16fd7115c3b4f1905b5e2cc17fa6b57f70cc9948fe88d6b6c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "09f39202f63000a65b6f98d5c1e0c6c8",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 10345,
            "upload_time": "2024-12-07T16:50:06",
            "upload_time_iso_8601": "2024-12-07T16:50:06.430877Z",
            "url": "https://files.pythonhosted.org/packages/3a/dd/32d2d4a064d293a30a5c51f4aaebb038e5908d56511b22271bd0129d283a/crijndael-1.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9f688b1c30fa5b862e93fa3a09099625b82ab5226a843acc04d1b3e8d875686",
                "md5": "b45c150c14494732239ba3559cd2ae74",
                "sha256": "3b59aa3c723a7f24dcae083e8b48c4b3717bdfd7e7ac4f09e4182ce6a6376d87"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b45c150c14494732239ba3559cd2ae74",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.6",
            "size": 12246,
            "upload_time": "2024-12-07T16:50:07",
            "upload_time_iso_8601": "2024-12-07T16:50:07.700060Z",
            "url": "https://files.pythonhosted.org/packages/c9/f6/88b1c30fa5b862e93fa3a09099625b82ab5226a843acc04d1b3e8d875686/crijndael-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "220ef713014f9146c3dd6c7b518a28e6afb80de2f5280043844cd1a98bace189",
                "md5": "63386cf5e16ff50fb042a8205b0dd7ff",
                "sha256": "3d7398bb62599a598cc13c67badc72468a755aaf7b64613d502078cd83171a6c"
            },
            "downloads": -1,
            "filename": "crijndael-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "63386cf5e16ff50fb042a8205b0dd7ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10019,
            "upload_time": "2024-12-07T16:50:09",
            "upload_time_iso_8601": "2024-12-07T16:50:09.018911Z",
            "url": "https://files.pythonhosted.org/packages/22/0e/f713014f9146c3dd6c7b518a28e6afb80de2f5280043844cd1a98bace189/crijndael-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 16:50:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rin-Wood",
    "github_project": "crijndael",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "crijndael"
}
        
Elapsed time: 0.84502s