Signing and Verifying Messages with HMAC in Rust using Ring
In my previous post I introduced the Rust cryptography library Ring (see here). In this post I will show you how to use Ring to sign and verify messages using the HMAC algorithm. Introduction to HMAC First a bit of cryptography theory. There are four main properties which we would… Read More »Signing and Verifying Messages with HMAC in Rust using Ring