GGH-crypto


NameGGH-crypto JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/TheGaBr0/GGH
SummaryGGH_crypto is a Python package for lattice-based cryptography, focusing on GGH and GGH-HNF implementations.
upload_time2024-10-05 12:06:30
maintainerNone
docs_urlNone
authorGabriele Bottani
requires_pythonNone
licenseMIT
keywords ggh ggh-hnf ggh_crypto lattice lll bkz lattice-based-cryptography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GGH-crypto
GGH-crypto is a Python package implementing the Goldreich-Goldwasser-Halevi (GGH) public key cryptosystem and its optimization, GGH-HNF by Micciancio. This package is designed for educational and research purposes, offering insights into lattice-based cryptography.
This project was developed as part of a 3-year degree program at the Università degli Studi di Milano (University of Milan). It explores the resilience of lattice-based cryptography against quantum threats and introduces an hybrid variant.

# Features

- Implementation of the original GGH cryptosystem (1997)
- Implementation of the GGH-HNF optimization (2002)
- Utility functions for lattice-based cryptography
- Algorithms for solving the Closest Vector Problem (CVP)
- Lattice reduction algorithms

# Usage and details
For detailed installation, usage, examples and documentation, please visit the [GitHub repository](https://github.com/TheGaBr0/GGH).


# Note
Both the original GGH cryptosystem and its GGH-HNF optimization have known security vulnerabilities. This implementation is not intended for production use.    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TheGaBr0/GGH",
    "name": "GGH-crypto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "GGH, GGH-HNF, GGH_CRYPTO, Lattice, LLL, BKZ, Lattice-based-cryptography",
    "author": "Gabriele Bottani",
    "author_email": "gbotani19@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/77/34/8d82090efa9221b03b76159e58c5ed86a99ef3bda26996dedeae28431800/GGH_crypto-1.0.4.tar.gz",
    "platform": null,
    "description": "# GGH-crypto\r\nGGH-crypto is a Python package implementing the Goldreich-Goldwasser-Halevi (GGH) public key cryptosystem and its optimization, GGH-HNF by Micciancio. This package is designed for educational and research purposes, offering insights into lattice-based cryptography.\r\nThis project was developed as part of a 3-year degree program at the Universit\u00c3\u00a0 degli Studi di Milano (University of Milan). It explores the resilience of lattice-based cryptography against quantum threats and introduces an hybrid variant.\r\n\r\n# Features\r\n\r\n- Implementation of the original GGH cryptosystem (1997)\r\n- Implementation of the GGH-HNF optimization (2002)\r\n- Utility functions for lattice-based cryptography\r\n- Algorithms for solving the Closest Vector Problem (CVP)\r\n- Lattice reduction algorithms\r\n\r\n# Usage and details\r\nFor detailed installation, usage, examples and documentation, please visit the [GitHub repository](https://github.com/TheGaBr0/GGH).\r\n\r\n\r\n# Note\r\nBoth the original GGH cryptosystem and its GGH-HNF optimization have known security vulnerabilities. This implementation is not intended for production use.    \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "GGH_crypto is a Python package for lattice-based cryptography, focusing on GGH and GGH-HNF implementations.",
    "version": "1.0.4",
    "project_urls": {
        "Download": "https://github.com/TheGaBr0/GGH/archive/refs/tags/v1.0.4.tar.gz",
        "Homepage": "https://github.com/TheGaBr0/GGH"
    },
    "split_keywords": [
        "ggh",
        " ggh-hnf",
        " ggh_crypto",
        " lattice",
        " lll",
        " bkz",
        " lattice-based-cryptography"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77348d82090efa9221b03b76159e58c5ed86a99ef3bda26996dedeae28431800",
                "md5": "5c4850ef3178619e5be85c40b9efb33a",
                "sha256": "0b8d8c2f8c56c4ff384c512b7f00fcc5199725cfb5ed197c98077472de14e648"
            },
            "downloads": -1,
            "filename": "GGH_crypto-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5c4850ef3178619e5be85c40b9efb33a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11911,
            "upload_time": "2024-10-05T12:06:30",
            "upload_time_iso_8601": "2024-10-05T12:06:30.748739Z",
            "url": "https://files.pythonhosted.org/packages/77/34/8d82090efa9221b03b76159e58c5ed86a99ef3bda26996dedeae28431800/GGH_crypto-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 12:06:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TheGaBr0",
    "github_project": "GGH",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ggh-crypto"
}
        
Elapsed time: 0.37111s