Since wasm targets don't have access to AES-NI acceleration, we can use the blake3 hash for garbling instead of tccr.
I ran some browser benchmarks using the tlsn harness, replacing the tccr hash with a blake3 hash and saw a 2x improvement in garbling speed.
I used this impl https://github.com/themighty1/mpz/blob/46ee34d44e06c58a045c7573f5260aee059e05ed/crates/core/src/aes.rs#L87