libutil

C Utility Library
git clone http://git.omkov.net/libutil
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2021-02-21 02:52:15
Commit4e919ee8994d6d2bfee6963cceaa936d26fd4260
Parent57a021b43104fce50b5fe1f74a9e5d8d40a5b41d

base32: Add base32 to README

Diffstat

M README.md | 1 +

1 files changed, 1 insertions, 0 deletions

diff --git a/README.md b/README.md
index 9db9f52..a5cdf19 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ OMKOV lib is a lightweight generic library to be included locally in projects.
 
 | Component        | Description                                         |
 | ---------------- | --------------------------------------------------- |
+| base32           | Encode or decode Base32                             |
 | base64           | Encode or decode Base64                             |
 | crypt            | Cryptography functions                              |
 | endian           | Endianness related functions                        |