borg/src/borg/crypto
Thomas Waldmann 334fbab897
refactor: use less binascii
our own hex_to_bin / bin_to_hex is more comfortable to use.

also: optimize remaining binascii usage / imports.
2024-02-19 02:16:19 +01:00
..
__init__.py create crypto package with key, keymanager, low_level 2017-05-02 20:49:27 +02:00
file_integrity.py update "modern" error RCs (docs and code) 2024-02-13 22:58:02 +01:00
key.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
keymanager.py refactor: use less binascii 2024-02-19 02:16:19 +01:00
low_level.pyx remove unused hkdf_hmac_sha512 and related tests 2023-12-02 20:35:14 +01:00