Cryptographic Hash Functions in Rust using Ring
Ring is an open source cryptography library that implements cryptographic primitives and is designed to have an easy to use interface. It is implemented in Rust, C and assembly and most of the C and assembly language code in ring comes from BoringSSL. It supports the following features: You can find the… Read More »Cryptographic Hash Functions in Rust using Ring