Skip to content

Commit

Permalink
docs: remove _assert_id() call for new crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Jul 20, 2022
1 parent f82f123 commit 9d6c98d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/internals/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9d6c98d

Please sign in to comment.