Verify the code in your browser

Your privacy depends on the code running in this tab being honest — so don't trust us, check it. The proving code (WebAssembly, where your secret is generated and the proof is built) is open source. Below you can confirm that the exact bytes your browser runs match the published, reproducibly-built hash — meaning there is no hidden backdoor between the open source and your tab.

Reproduce it yourself

Anyone can rebuild the prover from source and confirm the hash — the toolchain is pinned and paths are remapped, so the build is deterministic (same source → same bytes → same hash):

git clone <tidex6 repo> && cd tidex6
# check out the commit these hashes were published at, then:
cd crates/tidex6-prover-wasm
./build-reproducible.sh
# compare the printed sha256 with the hashes above

If the numbers match, the WebAssembly in your browser is byte-for-byte the open source you just built — nothing else can have been slipped in.