{"id":44233950,"url":"https://github.com/thales-e-security/goliboqs","last_synced_at":"2026-02-10T08:04:00.778Z","repository":{"id":57503769,"uuid":"186601944","full_name":"thales-e-security/goliboqs","owner":"thales-e-security","description":"Go wrapper for liboqs; allows Go applications to use quantum-resistant KEMs","archived":false,"fork":false,"pushed_at":"2019-05-24T06:38:45.000Z","size":22,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-14T22:51:44.006Z","etag":null,"topics":["go","post-quantum-cryptography","quantum-computing"],"latest_commit_sha":null,"homepage":"","language":"C","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/thales-e-security.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-05-14T10:43:41.000Z","updated_at":"2025-03-28T04:46:55.000Z","dependencies_parsed_at":"2022-08-27T23:53:35.765Z","dependency_job_id":null,"html_url":"https://github.com/thales-e-security/goliboqs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thales-e-security/goliboqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thales-e-security%2Fgoliboqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thales-e-security%2Fgoliboqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thales-e-security%2Fgoliboqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thales-e-security%2Fgoliboqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thales-e-security","download_url":"https://codeload.github.com/thales-e-security/goliboqs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thales-e-security%2Fgoliboqs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29294403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","post-quantum-cryptography","quantum-computing"],"created_at":"2026-02-10T08:03:59.991Z","updated_at":"2026-02-10T08:04:00.766Z","avatar_url":"https://github.com/thales-e-security.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goliboqs\n[![GoDoc](https://godoc.org/github.com/thales-e-security/goliboqs?status.svg)](https://godoc.org/github.com/thales-e-security/goliboqs)\n[![Build Status](https://travis-ci.com/thales-e-security/goliboqs.svg?branch=master)](https://travis-ci.com/thales-e-security/goliboqs)\n\ngoliboqs is a Go wrapper around [liboqs](https://github.com/open-quantum-safe/liboqs), which contains C implementations \nof NIST post-quantum candidate algorithms.  This enables Go applications to use quantum-resistant key encapsulation \nmechanisms (KEMs) on Linux.\n  \n## Usage\n  \nSample usage is shown below. Error handling omitted for brevity.\n\n```go  \n// Load the library (don't forget to close)\nlib, _ := goliboqs.LoadLib(\"/path/to/liboqs.so\")\ndefer lib.Close()\n\n// Get a particular KEM (don't forget to close)\nkem, _ := lib.GetKem(goliboqs.KemKyber1024)\ndefer kem.Close()\n\n// Use the kem...\npublicKey, secretKey, _ := kem.KeyPair()\nsharedSecret, ciphertext, _ := kem.Encaps(publicKey)\nrecoveredSecret, _ := kem.Decaps(ciphertext, secretKey)\n// sharedSecret == recoveredSecret\n```\n\n## Running tests\n\nTests assume liboqs has been installed into `/usr/local/liboqs`.\n\n## Related projects\n\n[go-tls-key-exchange](https://github.com/thales-e-security/go-tls-key-exchange) is a fork of Go that supports\nbespoke key exchanges for TLS 1.3. When combined with this project, it enables quantum-resistant TLS in Go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthales-e-security%2Fgoliboqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthales-e-security%2Fgoliboqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthales-e-security%2Fgoliboqs/lists"}