Ed25519
Ed25519
Cryptography
2 references
Edwards 곡선 Curve25519를 기반으로 하는 빠르고 널리 사용되는 서명 체계입니다. Solana는 일반적으로 계정 및 거래에 Ed25519 서명을 사용합니다.
2개 백서 섹션에 등장
$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...