mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
* std.crypto: faster ghash and polyval on WebAssembly Before: 91 MiB/s After : 243 MiB/s Some other platforms might benefit from this, but WebAssembly is the obvious one (simd128 doesn't make a difference).