borgbackup/src/borg/crypto
2017-10-20 21:13:11 +02:00
..
__init__.py create crypto package with key, keymanager, low_level 2017-05-02 20:49:27 +02:00
_crypto_helpers.c add support for AES-OCB and chacha20-poly1305 2017-07-27 23:22:31 +02:00
_crypto_helpers.h add support for AES-OCB and chacha20-poly1305 2017-07-27 23:22:31 +02:00
file_integrity.py algorithms: rename crc32 to checksums 2017-06-01 21:26:42 +02:00
key.py fix crash with relative BORG_KEY_FILE, fixes #3197 2017-10-20 21:13:11 +02:00
keymanager.py keymanager: don't depend on optional readline module 2017-08-28 10:15:38 +02:00
low_level.pyx crypto: avoid bad prototype codegen from cython 2017-07-29 12:28:33 +02:00
nonces.py nonce manager: remove get/set iv, make it integer based 2017-07-27 23:48:30 +02:00