Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Sep 6, 2023
1 parent 05108ef commit f1d5105
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✔️
Expand All @@ -36,7 +33,7 @@ todo
- Message authentication code with HMAC ✔️
- Generate Hash with Common DIGEST Algorithm ✔️
#### Example
#### Usage
C
```c
#include <stdio.h>
Expand Down

0 comments on commit f1d5105

Please sign in to comment.