borgbackup/src/borg/crypto
2022-03-22 20:07:33 +01:00
..
__init__.py create crypto package with key, keymanager, low_level 2017-05-02 20:49:27 +02:00
_crypto_helpers.c Fix build with LibreSSL 2022-02-26 22:03:00 +01:00
_crypto_helpers.h Fix build with LibreSSL 2022-02-26 22:03:00 +01:00
file_integrity.py remove algorithms package, move checksums module to borg package 2022-03-17 00:24:49 +01:00
key.py crypto: better raise NotImplementedError if we have no id_hash 2022-03-22 20:07:33 +01:00
keymanager.py pyupgrade --py38-plus ./**/*.py 2022-02-27 20:11:56 +01:00
low_level.pyx crypto: cleanup, remove references to AES-GCM 2022-03-22 20:07:33 +01:00
nonces.py pyupgrade --py38-plus ./**/*.py 2022-02-27 20:11:56 +01:00