Skip to content

Commit

Permalink
py: Revert removal of backup_decrypt_with_seed
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Nov 20, 2023
1 parent 5aeed9b commit ece6b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/gl-client-py/glclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
from glclient.lsps import LspClient


backup_decrypt_with_seed = native.backup_decrypt_with_seed


# Keep in sync with the libhsmd version, this is tested in unit tests.
__version__ = "v23.08"


E = TypeVar('E', bound=PbMessage)
def _convert(cls: Type[E], res: Iterable[Any]) -> E:
return cls.FromString(bytes(res))
Expand Down

0 comments on commit ece6b4c

Please sign in to comment.