Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Part 2: Improving crypto code in Rust using LLVM’s optnone

Summary

This post implements an optnone attribute in rustc so developers can disable optimizations for security-critical functions, examining the resulting LLVM IR and codegen pitfalls.
Published
Collected

original ↗

Related coverage

back