From f1d510513a08696b1b1705b1d47c07d860fc3834 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Wed, 6 Sep 2023 17:54:13 +0700 Subject: [PATCH] update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 416ef14..7c716c8 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ int main(int argc, char** argv) { - PostgreSQL https://github.com/telkomdev/pgcrypsi - MySQL https://github.com/telkomdev/crypsi-mysql-udf -### Usage -todo - ### Features - Asymmetric encryption with RSA ✔️ - Generate RSA private and public key ✔️ @@ -36,7 +33,7 @@ todo - Message authentication code with HMAC ✔️ - Generate Hash with Common DIGEST Algorithm ✔️ -#### Example +#### Usage C ```c #include