{"id":21187235,"url":"https://github.com/sebastinas/python-picnic","last_synced_at":"2025-07-10T02:30:55.906Z","repository":{"id":57457365,"uuid":"286463814","full_name":"sebastinas/python-picnic","owner":"sebastinas","description":"Python bindings for Picnic","archived":false,"fork":false,"pushed_at":"2023-12-11T07:39:12.000Z","size":1112,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-14T10:26:30.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sebastinas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-10T12:05:54.000Z","updated_at":"2022-10-25T12:45:01.000Z","dependencies_parsed_at":"2023-12-11T08:46:44.830Z","dependency_job_id":null,"html_url":"https://github.com/sebastinas/python-picnic","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":"0.046511627906976716","last_synced_commit":"34d30635a74621aed145ed7c4a6656fd77c6e690"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastinas%2Fpython-picnic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastinas%2Fpython-picnic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastinas%2Fpython-picnic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastinas%2Fpython-picnic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastinas","download_url":"https://codeload.github.com/sebastinas/python-picnic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225610720,"owners_count":17496324,"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":[],"created_at":"2024-11-20T18:32:53.463Z","updated_at":"2024-11-20T18:32:53.987Z","avatar_url":"https://github.com/sebastinas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python bindings for Picnic\n\npython-picnic provides Python bindings based on [Cython](https://cython.org/) for the\n[Picnic](https://microsoft.github.io/Picnic/) post-quantum signature scheme.\n\n## Dependencies\n\n* `Cython \u003e= 0.28` (only for building)\n* `pkgconfig` (only for building)\n* [Picnic](https://github.com/IAIK/Picnic)\n\n## Quick installation guilde\n\npython-picnic can be installed via `pip`:\n```sh\npip install python-picnic\n```\nor by running:\n```sh\npython3 setup.py install\n```\n\nPackages for Ubuntu are also available via the [picnic\nPPA](https://launchpad.net/~s-ramacher/+archive/ubuntu/picnic):\n```sh\nsudo add-apt-repository ppa:s-ramacher/picnic\nsudo apt update\nsudo apt install python3-picnic\n```\n\n## Usage\n\n```python3\nimport picnic\n\n# create keypair\nsk, pk = picnic.keygen(picinc.Picnic_L1_full)\n# sign a message\nsig = picnic.sign(sk, b\"a message\")\n# verify a signature\npicnic.verify(pk, b\"a message\", sig)\n```\n\n## License\n\nThe code is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastinas%2Fpython-picnic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastinas%2Fpython-picnic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastinas%2Fpython-picnic/lists"}