C compiler toolchain in Rust. [WIP, early development stage]
C compiler toolchain in Rust. [WIP, early development stage] - onehr/crust... (more…)
Read more »Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptog… Read more