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