Why is a trusted, feature-complete crypto library not a top priority for the Rust community?
I read this article a long time ago, and unfortunately the Rust community still doesn't have a good solution today.
A few months ago, I wrote this crypto library, and it supported all AEAD crypto-algorithms. And both the X86 and ARM64 platforms have good performance.
Currently, there is no official release, and you can find the code here: https://github.com/shadowsocks/crypto
Compare performance with Ring, OpenSSL, RustCrypto, Crypto: https://github.com/LuoZijun/crypto-bench