Skip to content

Commit

Permalink
docs: add binary heading to readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3duk authored Dec 23, 2024
1 parent 88005c7 commit 2a158cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ utilities provided by `@better-auth/utils`:
| [**Random String**](#random-string) | Generate random strings with a specified length and charset. |
| [**RSA**](#rsa) | Perform encryption, decryption, signing, and verification with RSA keys. |
| [**ECDSA**](#ecdsa) | Perform signing and verification with ECDSA keys. |
| [**OTP**](#otp) | Generate and verify one-time passwords. |
| [**Base64**](#base64) | Encode and decode data in base64 format. |
| [**Hex**](#hex) | Encode and decode data in hexadecimal format. |
| [**OTP**](#otp) | Generate and verify one-time passwords. |

| [**Binary**](#binary) | Encode and decode data in binary format. |

## Hash

Expand Down

0 comments on commit 2a158cd

Please sign in to comment.