Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b123f8e

Browse files
committed
Fix typo
1 parent a01bdd9 commit b123f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft-RNCryptor-Spec-v4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def Decrypt(prk[64], options[1], salt[16], validator[16], ciphertext, hmac[32])
106106
def KeyBasedEncrypt(key[32], plaintext) =
107107
salt = RandomDataOfLength(16 bytes)
108108
109-
// HDF-Extract
109+
// HKDF-Extract
110110
prk = HMAC(SHA512, salt, key, 512 bits)
111111
112112
options = 0

0 commit comments

Comments
 (0)