Live data from Hacker News

Pure Rust cryptography is better than raw performance

kerkour.com

1–2 of 2 posts

Re: Pure Rust cryptography is better than raw performance

#2
I don't know about C, but how do you replace the "pure assembly" the author mentions and maintain a reasonable degree of constant time guarantees? Even with assembly these are fickle, can you really write the core computational kernels in Rust and achieve similar guarantees?