Signs data using a derived key.
(self, algorithm: str, data: str | bytes)
| 601 | |
| 602 | @call_async |
| 603 | def sign(self, algorithm: str, data: str | bytes) -> SignResponse: |
| 604 | """Signs data using a derived key.""" |
| 605 | raise NotImplementedError |
| 606 | |
| 607 | @call_async |
| 608 | def verify( |
no outgoing calls