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

Implement sr25519 commit signing #28

Open
arrudagates opened this issue Sep 20, 2022 · 0 comments · May be fixed by #29
Open

Implement sr25519 commit signing #28

arrudagates opened this issue Sep 20, 2022 · 0 comments · May be fixed by #29

Comments

@arrudagates
Copy link
Member

Ed25519 can be done natively with ssh, but sr25519 needs a custom implementation.
We're interested in signing with ed/sr25519 because then the same cryptographic account used on the blockchain can be used to sign commits, which means we don't have to find ways to link a gpg key to a user, which would probably require some sort of trust assumption.

@arrudagates arrudagates linked a pull request Sep 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant