{"id":16616481,"url":"https://github.com/parazyd/kyber-kem","last_synced_at":"2025-07-24T17:06:37.462Z","repository":{"id":211091982,"uuid":"728200691","full_name":"parazyd/kyber-kem","owner":"parazyd","description":"Kyber IND-CCA2 KEM in Rust","archived":false,"fork":false,"pushed_at":"2024-01-09T15:56:39.000Z","size":1287,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T04:31:45.353Z","etag":null,"topics":["cryptography","kyber","lattice-based-crypto","postquantum","pqc","pqcrypto","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parazyd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-06T12:50:48.000Z","updated_at":"2024-11-08T09:20:05.000Z","dependencies_parsed_at":"2023-12-18T16:10:57.435Z","dependency_job_id":null,"html_url":"https://github.com/parazyd/kyber-kem","commit_stats":null,"previous_names":["parazyd/kyber-kem"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fkyber-kem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fkyber-kem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fkyber-kem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parazyd%2Fkyber-kem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parazyd","download_url":"https://codeload.github.com/parazyd/kyber-kem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874455,"owners_count":19545194,"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","kyber","lattice-based-crypto","postquantum","pqc","pqcrypto","rust"],"created_at":"2024-10-12T02:13:14.923Z","updated_at":"2025-02-14T16:31:54.959Z","avatar_url":"https://github.com/parazyd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Kyber-KEM\n=========\n\n[![CI](https://img.shields.io/github/actions/workflow/status/parazyd/kyber-kem/ci.yml?branch=master\u0026style=flat-square)](https://github.com/parazyd/kyber-kem/actions)\n[![Docs](https://img.shields.io/badge/rust-doc-blue?style=flat-square)](https://docs.rs/kyber-kem)\n\nImplementation of [Kyber](https://pq-crystals.org/kyber) IND-CCA2\nsecure key encapsulation mechanism (KEM)\n\nThis is a direct Rust reimplementation/port of the\n[Go implementation](https://github.com/SymbolicSoft/kyber-k2so)\nSymbolic Software under the MIT license.\n\nThis Rust implementation is licensed under GNU AGPL-3\n\n## Benchmarks\n\n```\n$ cargo bench\n```\n\nIntel i7-1370P results:\n\n| Function           |           |               |           |\n| -------------------|-----------|---------------|-----------|\n| `kem_keypair_512`  | 17.907 µs | **18.019 µs** | 18.127 µs |\n| `kem_encrypt_512`  | 22.458 µs | **22.504 µs** | 22.562 µs |\n| `kem_decrypt_512`  | 27.844 µs | **28.058 µs** | 28.288 µs |\n| `kem_keypair_768`  | 31.836 µs | **31.950 µs** | 32.103 µs |\n| `kem_encrypt_768`  | 37.207 µs | **37.298 µs** | 37.435 µs |\n| `kem_decrypt_768`  | 44.192 µs | **44.402 µs** | 44.632 µs |\n| `kem_keypair_1024` | 53.455 µs | **53.568 µs** | 53.721 µs |\n| `kem_encrypt_1024` | 56.700 µs | **56.820 µs** | 56.962 µs |\n| `kem_decrypt_1024` | 64.039 µs | **64.464 µs** | 64.992 µs |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazyd%2Fkyber-kem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparazyd%2Fkyber-kem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparazyd%2Fkyber-kem/lists"}