Hacker News new | ask | show | jobs
Why C Remains the Gold Standard for Cryptographic Software (wolfssl.com)
2 points by LinuxJedi 60 days ago
2 comments

This rings true to me. Rust is great but in environments where you need a lot of unsafe anyway, it’s still not memory safe, and adds complexity otherwise.
If RISC-V is a success, all that will become core RISC-V ISA assembly, hopefully.