borgbackup/src/borg/crypto
Thomas Waldmann ed80bf2c37
do a late lookup on helpers.workarounds
so we can modify it within borg code elsewhere and it
will get the updated value when it accesses the attribute.
2024-03-28 14:44:38 +01:00
..
__init__.py create crypto package with key, keymanager, low_level 2017-05-02 20:49:27 +02:00
_crypto_helpers.c 1.2 - Remove unused code 2022-03-21 18:54:50 +01:00
_crypto_helpers.h 1.2 - Remove unused code 2022-03-21 18:54:50 +01:00
file_integrity.py update "modern" error RCs (docs and code) 2023-12-27 13:45:48 +01:00
key.py do a late lookup on helpers.workarounds 2024-03-28 14:44:38 +01:00
keymanager.py refactor: use less binascii 2024-01-18 18:13:40 +01:00
low_level.pyx bump api version to 1.4 2024-01-18 20:09:49 +01:00
nonces.py give clean error msg for invalid nonce file, see #7967 2024-01-17 15:31:03 +01:00