Browse Source

Update 'README.md'

crappyrules 4 months ago
parent
commit
c4de0ef353
  1. 2
      README.md

2
README.md

@ -4,6 +4,8 @@ @@ -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)

Loading…
Cancel
Save