Explorar o código

docs: remove _assert_id() call for new crypto

Thomas Waldmann %!s(int64=2) %!d(string=hai) anos
pai
achega
9d6c98d9f9
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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.