{"id":18893383,"url":"https://github.com/xtaci/xtaci","last_synced_at":"2026-03-10T04:33:39.687Z","repository":{"id":41206662,"uuid":"362865225","full_name":"xtaci/xtaci","owner":"xtaci","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-05T13:34:07.000Z","size":234,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-05T17:56:49.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtaci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-29T15:34:57.000Z","updated_at":"2026-02-05T13:34:11.000Z","dependencies_parsed_at":"2024-08-01T18:17:19.677Z","dependency_job_id":"1dab2b73-60f8-4f73-8abb-cc9bd5d345fd","html_url":"https://github.com/xtaci/xtaci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtaci/xtaci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtaci%2Fxtaci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtaci%2Fxtaci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtaci%2Fxtaci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtaci%2Fxtaci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtaci","download_url":"https://codeload.github.com/xtaci/xtaci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtaci%2Fxtaci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T08:13:27.261Z","updated_at":"2026-03-10T04:33:39.656Z","avatar_url":"https://github.com/xtaci.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n**Starting MS-DOS... ▄**\n\n**A:\\\\\u003eDIR SRC** \u0026lhblk;\\\n\u0026emsp;Volume in drive A is FU \\\n\u0026emsp;Volume Serial Number is 1982-[8086](https://en.wikipedia.org/wiki/Intel_8086) \\\n\u0026emsp;Directory of **A:\\\\SRC**\n\n- 🟥 **NETWORKING**\n  - ⚙️ [gaio](https://github.com/xtaci/gaio) - High-performance, minimalist async-io ([proactor](https://en.wikipedia.org/wiki/Proactor_pattern)) networking for Golang.\n  - 💬 [smux](https://github.com/xtaci/smux) - [Stream multiplexing](https://en.wikipedia.org/wiki/Multiplexing) library for Golang with minimal memory usage.\n  - 👥 [kcp-go](https://github.com/xtaci/kcp-go) - Crypto-secure _**Reliable-UDP**_ library for Golang with FEC support.\n  - 🌟 [libkcp](https://github.com/xtaci/libkcp) - Lightweight C++ client library for communicating with kcp-go.\n  - ⚡ [kcptun](https://github.com/xtaci/kcptun) - Reliable UDP Transport Layer powered by [KCP](https://github.com/xtaci/kcp-go), [QPP](https://epjquantumtechnology.springeropen.com/articles/10.1140/epjqt/s40507-022-00145-y), [FEC](https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction), and multi-stream [multiplexing](https://github.com/xtaci/smux).\n  - 🦗 [grasshopper](https://github.com/xtaci/grasshopper) - Secure, chained UDP relayer based on [gaio](https://github.com/xtaci/gaio).\n  - 🤝 [bdls](https://github.com/xtaci/bdls) - Initial PoC implementation of the BDLS [BFT Consensus](https://en.wikipedia.org/wiki/Byzantine_fault) algorithm, now integrated into [hyperledger](https://github.com/hyperledger-labs/bdls).\n\n- 🟦 **CRYPTOGRAPHY**\n  - 🐚 [qsh](https://github.com/xtaci/qsh) - Quantum-resistant remote shell built on QPP (encryption), HPPK (authentication), and [HMAC](https://en.wikipedia.org/wiki/HMAC) (authenticity).\n  - ✳ [qpp](https://github.com/xtaci/qpp) - [Quantum Permutation Pad](https://link.springer.com/article/10.1007/s11128-022-03557-y) implementation in Golang. $\\sigma = (1\\ 2\\ 3)(4\\ 5)...(128\\ 255)$ ([PQC](https://en.wikipedia.org/wiki/Post-quantum_cryptography))\n  - 🐇 [hppk](https://github.com/xtaci/hppk) - Homomorphic polynomial public key [KEM](https://en.wikipedia.org/wiki/Key_encapsulation_mechanism) and digital signature ([DS](https://en.wikipedia.org/wiki/Digital_signature)) scheme. (PQC)\n  - 🪂 [dppk](https://github.com/xtaci/dppk) - Deterministic polynomial public key KEM algorithm over a prime [Galois Field](https://en.wikipedia.org/wiki/Finite_field) GF(p). (PQC)\n  - 🛡️ [safebox](https://github.com/xtaci/safebox) - Retro key management TUI tool for blockchain and more; one key to derive them all.\n\n- 🟩 **OTHER**\n  - ⚛️ [algorithms](https://github.com/xtaci/algorithms) - $Algorithms$ and $Data$ structures in C++.\n  - 📫 [gonet](https://github.com/xtaci/gonet) - Feature-rich game server skeleton in Golang.\n  - 🎫 [cticker](https://github.com/xtaci/cticker) - TUI-based retro cryptocurrency ticker(in pure C).\n  - 🈳️ [budda](https://github.com/xtaci/buddha) - ☸️ My personal collection of Buddhist materials.📿\n  - 📐 [algebra](https://github.com/xtaci/algebra) - My learning notes on $\\mathnormal{algebra}$.\n  - 🤖 [navmesh](https://github.com/xtaci/navmesh) - Navigation mesh implementation in Golang.\n\n\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;0 File(s)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026nbsp;0 bytes\\\n\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;18 Dir(s)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;1024 bytes free\n\n**A:\\\\\u003eDIR/W EDU** \u0026lhblk;\\\n\u0026emsp;[.]\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;[..]\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;[[UESTC.BEng]](https://www.sice.uestc.edu.cn/)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;[[HKPolyU.MSc]](https://www.polyu.edu.hk/feng/)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;[[🍵Donate]](https://github.com/xtaci/xtaci/issues/2)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;[[Books]](https://github.com/xtaci/xtaci/blob/main/books.md)\n\n\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;2 Degree(s)\u0026emsp;\u0026emsp;\u0026emsp;\u0026emsp;32 bytes\n\n**A:\\\\\u003eTYPE MAIL.TXT** \u0026lhblk;\\\n; IMAP [@] LIVE [DOT] COM \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtaci%2Fxtaci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtaci%2Fxtaci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtaci%2Fxtaci/lists"}