-
Notifications
You must be signed in to change notification settings - Fork 20
Feature: Signers & Verifiers #8
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment, but I cannot really comment on the correctness of the logic. Otherwise looks good to me.
src/signers/arweave.rs
Outdated
|
||
assert!(ArweaveSigner::verify(pub_key, msg.clone(), sig).is_ok()); | ||
|
||
let jwt_str = r#"{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be jwk_str
, not jwt_str
.
Signed-off-by: bluekirby1111 <blue.kirby@tutanota.com>
Signed-off-by: Blue Kirby <blue.kirby@tutanota.com>
Just fixing signature errors, commit contents still unchanged |
Adds signing and verification support for: algorand, cosmos, ethereum and erc20 ones.