From 2a158cd03a7f44a2e0e4a9eb8c932692b5762c2d Mon Sep 17 00:00:00 2001 From: Ted Date: Mon, 23 Dec 2024 12:11:55 +0000 Subject: [PATCH] docs: add binary heading to readme (#2) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32bcc09..5954953 100644 --- a/README.md +++ b/README.md @@ -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