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