{"id":19595845,"url":"https://github.com/innovativeinventor/pylamport","last_synced_at":"2026-05-16T07:41:44.434Z","repository":{"id":62581278,"uuid":"225701823","full_name":"InnovativeInventor/pylamport","owner":"InnovativeInventor","description":"A simple Python library for generating cryptographic Lamport signatures","archived":false,"fork":false,"pushed_at":"2019-12-24T21:20:16.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T13:46:06.544Z","etag":null,"topics":["cryptography","identity","signature"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InnovativeInventor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-03T19:45:00.000Z","updated_at":"2021-12-31T01:22:32.000Z","dependencies_parsed_at":"2022-11-03T20:15:21.075Z","dependency_job_id":null,"html_url":"https://github.com/InnovativeInventor/pylamport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnovativeInventor%2Fpylamport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnovativeInventor%2Fpylamport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnovativeInventor%2Fpylamport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InnovativeInventor%2Fpylamport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InnovativeInventor","download_url":"https://codeload.github.com/InnovativeInventor/pylamport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240868898,"owners_count":19870693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","identity","signature"],"created_at":"2024-11-11T08:49:03.464Z","updated_at":"2026-05-16T07:41:42.870Z","avatar_url":"https://github.com/InnovativeInventor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pylamport\n[![Build\nStatus](https://travis-ci.com/InnovativeInventor/pylamport.svg?branch=master)](https://travis-ci.com/InnovativeInventor/pylamport) [![codecov](https://codecov.io/gh/InnovativeInventor/pylamport/branch/master/graph/badge.svg)](https://codecov.io/gh/InnovativeInventor/pylamport)\n\nA python library for producing lamport signatures.\n\nLamport signatures can be constructed with any secure one-way function (usually\na hash).\n\nAnything in hashlib (for example, `hashlib.sha256`) is supported.\n\n## Example usage\nGenerating keys:\n```python\nkeys = pylamport.Lamport().gen()\n```\n\nSigning a message:\n```python\nidentity = pylamport.Lamport()\nsignature = identity.sign(\"Hello, world!\")\n```\n\nVerifiying a signature:\n```python\nidentity = pylamport.Lamport()\nidentity.verify(signature)\n```\n\nExporting keys:\n```python\nidentity = pylamport.Lamport()\nkeys = identity.export()\n```\n\n## Warnings\nThis project was written in less than a few hours, so it may contain mistakes\nand/or bugs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovativeinventor%2Fpylamport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnovativeinventor%2Fpylamport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovativeinventor%2Fpylamport/lists"}