Is Rust good for cryptography?

The programming language Rust [1] is becoming more and more popular and is increasingly used for cryptography . In Rust’s favour is the fact that the language promises very secure memory management, making errors such as buffer overflows and use-after-free less likely.

Read more