Processes the provided bytes through the hash.
(self, data: Buffer)
| 69 | |
| 70 | @abc.abstractmethod |
| 71 | def update(self, data: Buffer) -> None: |
| 72 | class="st">""" |
| 73 | Processes the provided bytes through the hash. |
| 74 | class="st">""" |
| 75 | |
| 76 | @abc.abstractmethod |
| 77 | def finalize(self) -> bytes: |
no outgoing calls