puantum


Namepuantum JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryPython Cryptography
upload_time2025-06-22 21:29:39
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseUnlicense
keywords python cryptography quantum security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🔐 Python Cryptography

A blazing-fast cryptography library for Python, built on Rust.

Puantum supports an extensive set of **post-quantum** key encapsulation mechanisms (KEM) and digital signature algorithms (DSA), and will soon support **classic cryptography** as well.

---
## ⚡ Features
- ✅ Dozens of NIST PQC candidates 
- 🦀 Rust core for speed and safety
- 📦 Easy installation via [`pip`](https://pip.pypa.io)
---

### 🧬 Supported Algorithms

### 🛡️ KEM
- #### Bike
- #### ClassicMcEliece
- #### Hqc
- #### Kyber
- #### MLKEM
- #### NtruPrime
- #### FrodoKem

### ✍️ DSA
- #### Cross
- #### Dilithium
- #### Falcon
- #### Mayo
- #### MLDSA
- #### Sphincs
- #### Uov

### 🚧 Coming Soon
- #### AES, ChaCha20, XChaCha20
- #### RSA, EC
- #### Argon2, Bcrypt

### 📦 Install
```shell
pip install puantum
```
#### or from source:
```shell
make python
```

### 🥳 Enjoy!


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "puantum",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, cryptography, quantum, security",
    "author": null,
    "author_email": "Anonymous <no@thanks.com>",
    "download_url": "https://files.pythonhosted.org/packages/4a/d6/b7153109313e6a905516b03ca63b3e6bbd45cada3627ea9c91aba6659dc0/puantum-1.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83d\udd10 Python Cryptography\n\nA blazing-fast cryptography library for Python, built on Rust.\n\nPuantum supports an extensive set of **post-quantum** key encapsulation mechanisms (KEM) and digital signature algorithms (DSA), and will soon support **classic cryptography** as well.\n\n---\n## \u26a1 Features\n- \u2705 Dozens of NIST PQC candidates \n- \ud83e\udd80 Rust core for speed and safety\n- \ud83d\udce6 Easy installation via [`pip`](https://pip.pypa.io)\n---\n\n### \ud83e\uddec Supported Algorithms\n\n### \ud83d\udee1\ufe0f KEM\n- #### Bike\n- #### ClassicMcEliece\n- #### Hqc\n- #### Kyber\n- #### MLKEM\n- #### NtruPrime\n- #### FrodoKem\n\n### \u270d\ufe0f DSA\n- #### Cross\n- #### Dilithium\n- #### Falcon\n- #### Mayo\n- #### MLDSA\n- #### Sphincs\n- #### Uov\n\n### \ud83d\udea7 Coming Soon\n- #### AES, ChaCha20, XChaCha20\n- #### RSA, EC\n- #### Argon2, Bcrypt\n\n### \ud83d\udce6 Install\n```shell\npip install puantum\n```\n#### or from source:\n```shell\nmake python\n```\n\n### \ud83e\udd73 Enjoy!\n\n",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "Python Cryptography",
    "version": "1.0.1",
    "project_urls": {
        "Source": "https://github.com/0xf4ck/puantum"
    },
    "split_keywords": [
        "python",
        " cryptography",
        " quantum",
        " security"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ad6b7153109313e6a905516b03ca63b3e6bbd45cada3627ea9c91aba6659dc0",
                "md5": "95a30d2e1111926cae7626ce25b379ce",
                "sha256": "953aaacd48d8e3ea7c9e047b5761bc4a0c245e2623a82e1645ec088b439d0aa0"
            },
            "downloads": -1,
            "filename": "puantum-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "95a30d2e1111926cae7626ce25b379ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12063,
            "upload_time": "2025-06-22T21:29:39",
            "upload_time_iso_8601": "2025-06-22T21:29:39.525265Z",
            "url": "https://files.pythonhosted.org/packages/4a/d6/b7153109313e6a905516b03ca63b3e6bbd45cada3627ea9c91aba6659dc0/puantum-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-22 21:29:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0xf4ck",
    "github_project": "puantum",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "puantum"
}
        
Elapsed time: 1.40570s