From 7ba588353583b615278da32dcfdffa285a2c5969 Mon Sep 17 00:00:00 2001 From: Deatil <24578855+deatil@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:56:40 +0800 Subject: [PATCH 1/3] add zig-rsa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b97be3f..51cd7e5 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ - [bare-devcontainer/templates](https://github.com/bare-devcontainer/templates/tree/main/src/zig) - Security-focused Zig dev container with zls integration and a persistent build cache. The base image is available at [bare-devcontainer/images](https://github.com/bare-devcontainer/images/tree/main/zig). - [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. - [Illusionna/LocalTransfer](https://github.com/Illusionna/LocalTransfer) - A fast cross-platform HTTP file server. +- [deatil/zig-rsa](https://github.com/deatil/zig-rsa) - A RSA library for Zig. ### Linker From 561abf28bd599caf260992f70324ac3a865e2f3d Mon Sep 17 00:00:00 2001 From: Deatil <24578855+deatil@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:01:37 +0800 Subject: [PATCH 2/3] Fix typo in zig-rsa library description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51cd7e5..c041594 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ - [bare-devcontainer/templates](https://github.com/bare-devcontainer/templates/tree/main/src/zig) - Security-focused Zig dev container with zls integration and a persistent build cache. The base image is available at [bare-devcontainer/images](https://github.com/bare-devcontainer/images/tree/main/zig). - [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. - [Illusionna/LocalTransfer](https://github.com/Illusionna/LocalTransfer) - A fast cross-platform HTTP file server. -- [deatil/zig-rsa](https://github.com/deatil/zig-rsa) - A RSA library for Zig. +- [deatil/zig-rsa](https://github.com/deatil/zig-rsa) - An RSA library for Zig. ### Linker From d59b0e76b6afba8c6d79f99a64cb6336ac380604 Mon Sep 17 00:00:00 2001 From: Deatil <24578855+deatil@users.noreply.github.com> Date: Mon, 7 Sep 2026 12:20:09 +0800 Subject: [PATCH 3/3] fix desc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c041594..38e2550 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ - [bare-devcontainer/templates](https://github.com/bare-devcontainer/templates/tree/main/src/zig) - Security-focused Zig dev container with zls integration and a persistent build cache. The base image is available at [bare-devcontainer/images](https://github.com/bare-devcontainer/images/tree/main/zig). - [xsawyerx/vind](https://codeberg.org/xsawyerx/vind) - A tiny embeddable full-text search engine that also has a CLI app and a built-in service. - [Illusionna/LocalTransfer](https://github.com/Illusionna/LocalTransfer) - A fast cross-platform HTTP file server. -- [deatil/zig-rsa](https://github.com/deatil/zig-rsa) - An RSA library for Zig. +- [deatil/zig-rsa](https://github.com/deatil/zig-rsa) - An RSA library for Zig.No-AI. ### Linker