diff --git a/src/borg/crypto/key.py b/src/borg/crypto/key.py index 374799571..89674e5ed 100644 --- a/src/borg/crypto/key.py +++ b/src/borg/crypto/key.py @@ -156,6 +156,7 @@ class KeyBase: def id_hash(self, data): """Return HMAC hash using the "id" HMAC key """ + raise NotImplementedError def encrypt(self, chunk): pass