borg/src/borg/crypto
Thomas Waldmann cc3b5c062c remove algorithms package, move checksums module to borg package 2022-03-17 00:24:49 +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 dedup code: assert_type 2022-03-11 23:05:32 +01:00
keymanager.py pyupgrade --py38-plus ./**/*.py 2022-02-27 20:11:56 +01:00
low_level.pyx hmac_sha256: replace own cython wrapper code by hmac.digest python stdlib (since py38) 2022-03-05 21:22:24 +01:00
nonces.py pyupgrade --py38-plus ./**/*.py 2022-02-27 20:11:56 +01:00