HMAC summary
This article is the summary of a HMAC video: https://www.youtube.com/watch?v=KglnT_KwO0M Below is the tradition private / public key applicaiton. Mostly, they are for encrypting data and signing signature: The problem is that encrypting/decryptingcomputation takes a lot of CPU. It is slow. Instead, we can choose a symmetric key, like below: x is the message, it could be large.… Read More »