crc4


Namecrc4 JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://ari.lt/gh/crc4
SummaryRC4 encryption for Python in C.
upload_time2024-04-03 05:19:48
maintainerNone
docs_urlNone
authorAri Archer
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CRC4

> RC4 encryption for python in C

# Installation

```sh
pip install crc4
```

# Timing

```
Timing tests...
Python... 1.4859342069994455
C... 0.08101043699934962
```

C is over 18 times faster.

            

Raw data

            {
    "_id": null,
    "home_page": "https://ari.lt/gh/crc4",
    "name": "crc4",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ari Archer",
    "author_email": "ari@ari.lt",
    "download_url": "https://files.pythonhosted.org/packages/cb/a9/0be93f1f3713c562f998482dc72aa3da79a4a4cf94e5f848c1add6b7ced0/crc4-1.0.0.tar.gz",
    "platform": null,
    "description": "# CRC4\n\n> RC4 encryption for python in C\n\n# Installation\n\n```sh\npip install crc4\n```\n\n# Timing\n\n```\nTiming tests...\nPython... 1.4859342069994455\nC... 0.08101043699934962\n```\n\nC is over 18 times faster.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "RC4 encryption for Python in C.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://ari.lt/gh/crc4"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cba90be93f1f3713c562f998482dc72aa3da79a4a4cf94e5f848c1add6b7ced0",
                "md5": "0248018b3daf222e24224a047c926356",
                "sha256": "c436e68fb6b258b8d9eb0a322157a431bd1259f12e6850746a239338304f5971"
            },
            "downloads": -1,
            "filename": "crc4-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0248018b3daf222e24224a047c926356",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 83282,
            "upload_time": "2024-04-03T05:19:48",
            "upload_time_iso_8601": "2024-04-03T05:19:48.643334Z",
            "url": "https://files.pythonhosted.org/packages/cb/a9/0be93f1f3713c562f998482dc72aa3da79a4a4cf94e5f848c1add6b7ced0/crc4-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 05:19:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "crc4"
}
        
Elapsed time: 0.21666s