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
Currently, the K256 Key-type in the Keystore does not return RecoveryId when signing a Prehashed value.
RecoveryId
We already have the value here: https://github.com/tangle-network/gadget-workspace/blob/62081e734398a982f290041bc6ecf5003c23704d/crates/crypto/k256/src/lib.rs#L182-L191
Another feature request, we have sign_with_local method in the backends, but we do not have sign_prehashed_with_local
sign_with_local
sign_prehashed_with_local
https://github.com/tangle-network/gadget-workspace/blob/62081e734398a982f290041bc6ecf5003c23704d/crates/keystore/src/keystore/mod.rs#L172-L182
The text was updated successfully, but these errors were encountered:
shekohex
No branches or pull requests
Currently, the K256 Key-type in the Keystore does not return
RecoveryId
when signing a Prehashed value.We already have the value here:
https://github.com/tangle-network/gadget-workspace/blob/62081e734398a982f290041bc6ecf5003c23704d/crates/crypto/k256/src/lib.rs#L182-L191
Another feature request, we have
sign_with_local
method in the backends, but we do not havesign_prehashed_with_local
https://github.com/tangle-network/gadget-workspace/blob/62081e734398a982f290041bc6ecf5003c23704d/crates/keystore/src/keystore/mod.rs#L172-L182
The text was updated successfully, but these errors were encountered: