Hacker News new | ask | show | jobs
by roblabla 1968 days ago
For what it's worth, rustls relies on ring which has primitives written in C and ASM because getting constant-time operation guarantees from Rust is Very Hard. Though progress is being made on this area.