mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +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).