/* * vault1984 — crypto test suite * Runs in both QuickJS (CLI) and browser. * * CLI: vault1984-cli test-roundtrip * Web: open browser console, paste: fetch('/app/test_crypto.js').then(r=>r.text()).then(eval) * or load as