Files
salvium-rs/test
Matt Hess eae8555364 Fix invalid point panic spam, add Bun FFI crypto backend
Replace .expect() with match on all point decompression in lib.rs —
  returns empty Vec instead of panicking on invalid Ed25519 points.
  During sync, generate_key_derivation is called for every tx on chain
  and most have invalid pubkeys; the old code threw hundreds of thousands
  of WASM exceptions (potential QuickJS crash vector). Now returns null
  with zero exceptions in the hot path.

  Also adds native Rust FFI backend (bun:ffi) as a third crypto code
  path for debugging sync issues alongside WASM and JS backends.
2026-02-11 05:14:12 +00:00
..
2026-01-14 23:59:27 +00:00
2026-01-14 23:59:27 +00:00
2026-01-14 23:59:27 +00:00
2026-01-14 23:59:27 +00:00
2026-01-14 23:59:27 +00:00