瀏覽代碼

docs: remove _assert_id() call for new crypto

Thomas Waldmann 2 年之前
父節點
當前提交
9d6c98d9f9
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/internals/security.rst

+ 0 - 2
docs/internals/security.rst

@@ -180,8 +180,6 @@ Decryption::
 
     decompressed = decompress(decrypted)
 
-    ASSERT( CONSTANT-TIME-COMPARISON( chunk-id, MAC(id_key, decompressed) ) )
-
 Notable:
 
 - More modern and often faster AEAD ciphers instead of self-assembled stuff.