We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bn254
As SL We want Union to be able to use Horcrux Because we care about them
Union will require a new key type, bn254, rather than the tried-and-true ed25519 key. Here in their docs is the example:
ed25519
https://docs.union.build/infrastructure/node_operators/getting-started#initialization
At the moment is appears you can manually change the key type to ed25519, but that appears to not be the recommended course of action.
With the importance of Union joining the cosmos, it seems worthwhile to support their preferred key scheme.
Union
The text was updated successfully, but these errors were encountered:
I think the work needed is slightly larger than just change the key type in Horcrux. You need to implement the curve.
With that said it is possible to implement the bn254 curve in Horcrux.
As a reference see: https://github.com/IBM/TSS for a implementation of a threshold BLS using bn254 from Gnark-crypto https://asecuritysite.com/bn/bn254 https://github.com/Consensys/gnark-crypto
Sorry, something went wrong.
@agouin any update on this?
@agouin told @danbryan we don't need to track this story in this backlog. Closing ticket.
agouin
Successfully merging a pull request may close this issue.
As SL
We want Union to be able to use Horcrux
Because we care about them
Union will require a new key type,
bn254
, rather than the tried-and-trueed25519
key. Here in their docs is the example:https://docs.union.build/infrastructure/node_operators/getting-started#initialization
At the moment is appears you can manually change the key type to
ed25519
, but that appears to not be the recommended course of action.With the importance of
Union
joining the cosmos, it seems worthwhile to support their preferred key scheme.The text was updated successfully, but these errors were encountered: