Ed25519
Ed25519
Cryptography
2 references
Un esquema de firma rápido y ampliamente utilizado basado en la curva de Edwards Curve25519. Solana suele utilizar firmas Ed25519 para cuentas y transacciones.
Aparece en 2 secciones de whitepapers
$SOL
Solana
System Architecture
... │ │ │ │ (Execute)│ │ (Ledger) │
│ Network │ │ ed25519 verify │ │ Sealevel │ │ PoH + │
│ packets │ │ on CUDA cores ...
Performance
...rallelization. A single NVIDIA GTX 1080 Ti GPU can verify approximately 900,000 Ed25519 signatures per second. Higher-end GPUs and future hardware generations will inc...