benchmarks - xero/leviathan-crypto GitHub Wiki
Benchmarks
SIMD performance results across V8, SpiderMonkey, and JavaScriptCore.
| Benchmark | Description |
|---|---|
| serpent_simd_bench | Serpent-256 CTR and CBC-decrypt, scalar vs 4-wide SIMD across all three engines |
| chacha_simd_bench | ChaCha20 4-wide inter-block parallelism, scalar vs SIMD, including documented negative result for intra-block approach |
Cross-References
| Document | Description |
|---|---|
| index | Project Documentation index |
| architecture | architecture overview, module relationships, buffer layouts, and build pipeline |