From db39585512d2571ffe1c7d2c92b4e99a104ea7be Mon Sep 17 00:00:00 2001 From: "Pedro F. Albanese" <68971450+pedroalbanese@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:36:44 -0300 Subject: [PATCH] v1.5.1-beta --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 4d976fe..0478654 100644 --- a/README.md +++ b/README.md @@ -592,18 +592,10 @@ XOR (Exclusive OR) is a logical operator that works on bits. Let’s denote it b * Recursive Hash Digest + Check * ECDH (Shared Key Agreement) * CMAC (Cipher-based message authentication code) - * GMAC (Galois message authentication code) - * PMAC (Parallelizable message authentication code) - * VMAC (Variable message authentication code) * HMAC (Hash-based message authentication code) * HKDF (HMAC-based key derivation function) * PBKDF2 (Password-based key derivation function) - * Scrypt (Password-based key derivation function) - * Bcrypt (Password-hashing scheme) - * Makwa (Password-hashing scheme) - * Argon2 (Password-hashing scheme and KDF) - * Lyra2REv1 (Password-hashing scheme and KDF) - * Lyra2REv2 (Password-hashing scheme and KDF) + * PHS (Password-hashing scheme) * TLS (Transport Layer Security v1.2 and 1.3) * TLCP (Transport Layer Cryptography Protocol v1.1) * PKCS12 (Personal Information Exchange Syntax v1.1)