Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for remote signer? #301

Open
JakkuSakura opened this issue May 11, 2022 · 1 comment
Open

Support for remote signer? #301

JakkuSakura opened this issue May 11, 2022 · 1 comment
Labels
👋 community Reported or suggested by our awesome users

Comments

@JakkuSakura
Copy link

JakkuSakura commented May 11, 2022

I'm integrating pytezos with a HSM, which private keys are locked within a dedicated hardware.

However, I didn't see explicit support for it in pytezos. I'm reimplementing pytezos.Key, where signing is done with query to HSM. Am I on the right track?

@m-kus
Copy link
Member

m-kus commented May 11, 2022

Yeah, you can inherit from pytezos.Key indeed and override sign/verify methods

@m-kus m-kus self-assigned this May 12, 2022
@m-kus m-kus removed their assignment Jul 25, 2022
@droserasprout droserasprout added the 👋 community Reported or suggested by our awesome users label Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👋 community Reported or suggested by our awesome users
Projects
None yet
Development

No branches or pull requests

3 participants