diff --git a/README.md b/README.md index 273a6a1..aa34d8b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This document provides an in-depth technical comparison between the standard Solana keypair signing implementation and our high-performance fd_ed25519 integration. The fd_ed25519 library from Jito Labs provides **~2x performance improvements** for cryptographic operations while maintaining identical security guarantees and API compatibility. +Original documents can be found here: https://github.com/jito-labs/fd_ed25519 + **Key Improvements:** - ⚡ **~2x faster signature generation** (50-100μs → 25-50μs) - 🔍 **~2.5x faster signature verification** (80μs → 30μs)