Hacker News new | ask | show | jobs
Wasmati: Write Your WebAssembly in TypeScript (zksecurity.xyz)
3 points by gmitscha 1110 days ago
1 comments

The post is my story of what I learned by winning $100K at a competition for implementing a cryptography algorithm in Wasm

It's a new way to write Wasm, built for the JavaScript ecosystem.

The post introduces the wasmati library by implementing a simple low-level crypto algorithm (finite field addition) and benchmarking against performance of JS bigints