From 0e1997b163512761a8089f24911b80d8fc7b47e2 Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:19:30 +0200 Subject: [PATCH] feat: update projects --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f36557..587e1af 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ Gentoo enjoyer. **projects** -[libcli](https://git.lohic.dev/loic/libcli) — command-line argument parsing library with automatic help generation
[libicmp](https://git.lohic.dev/loic/libicmp) — lightweight non-blocking ICMPv4 library for POSIX systems
[net-tools](https://git.lohic.dev/loic/net-tools) — ICMPv4 utilities reimplemented from scratch
+[libft_ssl](https://git.lohic.dev/loic/libft_ssl) — C library implementing cryptographic hash functions from scratch ([html](https://lohic.dev/libft_ssl.html), [pdf](https://lohic.dev/libft_ssl.pdf))
+[ft_ssl](https://git.lohic.dev/loic/ft_ssl) — reimplementation of openssl digest commands in C (MD5, SHA-256, Whirlpool)
+[libcli](https://git.lohic.dev/loic/libcli) — command-line argument parsing library with automatic help generation
[c-md](https://git.lohic.dev/loic/c-md) — a transpiler for literate programming in C
[vim-singlechar](https://git.lohic.dev/loic/vim-singlechar) — insert single characters without leaving normal mode
[Noise-generator](https://git.lohic.dev/loic/Noise-generator) — experimenting with perlin noise in C++ 98