-
Implementing BLAKE2 Hash and MAC in Rust
Blake2 is a hash function designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O’Hearn, and Christian Winnerlein that provides both hashing and MAC functionality in…
-
BLAKE2b Hash Function
Are you tired of hearing about SHA-1 and MD5? This bad boy is here to shake things up in the world of cryptography, and…
-
Implementing Blake2b Hash Function in Rust
This bad boy is a beast in the world of hashing algorithms, and it’s not afraid to get its hands dirty with some serious…
-
BLAKE2b Hash Function in C
Alright ! Today we’re going to talk about a hash function that’s been making waves in the cryptography world lately BLAKE2b. It’s like SHA-1,…
-
BLAKE2b Hashing Context and API Prototypes
In this tutorial, we will be discussing BLAKE2b with key for message authentication an efficient cryptographic hash function that provides both confidentiality (through encryption)…
-
Example of BLAKE2s Computation
Today we’re going to talk about one of the most popular hash functions out there BLAKE2s. But before we dive into its computation, let…
-
BLAKE2b-512 Hash Function and Its Applications in Data Security
Today we’re going to talk about one of the most popular hash functions out there: BLAKE2b-512. This bad boy is a beast when it…
-
RFC 7693: BLAKE2 Crypto Hash and MAC
Let’s talk about BLAKE2 an awesome hash function with some pretty cool features! First: what makes it special? Well, for starters, it comes in…
-
Implementing BLAKE2 Hash and MAC in Python
Today we’re going to talk about implementing BLAKE2 hash and MAC in Python because who doesn’t love a good cryptographic algorithm? But first, let’s…