1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

docs: remove _assert_id() call for new crypto

This commit is contained in:
Thomas Waldmann 2022-07-20 14:31:37 +02:00
parent f82f123b56
commit 9d6c98d9f9

View file

@ -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.