Immutable encryption and decryption should happen in CPU thread pool #4081

Open
opened 2023-12-08 16:29:36 +00:00 by itamarst · 1 comment
itamarst commented 2023-12-08 16:29:36 +00:00
Owner

Need to be careful because the encryptor/decryptor is stateful, so order matters!

filenode.py line 235, aes.decrypt_data

upload.py line 1124, aes.encrypt_data

Need to be careful because the encryptor/decryptor is stateful, so order matters! filenode.py line 235, aes.decrypt_data upload.py line 1124, aes.encrypt_data
tahoe-lafs added the
unknown
normal
enhancement
n/a
labels 2023-12-08 16:29:36 +00:00
tahoe-lafs added this to the Performance and Benchmarking milestone 2023-12-08 16:29:36 +00:00
itamarst commented 2023-12-08 16:29:45 +00:00
Author
Owner

Check if mutable has the same issue.

Check if mutable has the same issue.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#4081
No description provided.