浏览代码

docs: update security.rst

Thomas Waldmann 2 年之前
父节点
当前提交
f621b21ec1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/internals/security.rst

+ 1 - 1
docs/internals/security.rst

@@ -83,7 +83,7 @@ authentication keys and calculating the HMAC of the metadata to authenticate [#]
     # RANDOM(n) returns n random bytes
     salt = RANDOM(64)
 
-    ikm = id_key || enc_key || enc_hmac_key
+    ikm = id_key || crypt_key
     # *context* depends on the operation, for manifest authentication it is
     # the ASCII string "borg-metadata-authentication-manifest".
     tam_key = HKDF-SHA-512(ikm, salt, context)