Return HMAC hash using the "id" HMAC key
(self, data)
| 183 | self.copy_crypt_key = False |
| 184 | |
| 185 | def id_hash(self, data): |
| 186 | """Return HMAC hash using the "id" HMAC key""" |
| 187 | raise NotImplementedError |
| 188 | |
| 189 | def encrypt(self, id, data): |
| 190 | pass |
no outgoing calls