Skip to content

MartianGreed/rust-verify-keplr-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify keplr signature

Usage:

let signature: Signature = serde_json::from_str(your_serialized_signature_from_keplr);
let is_signature_ok = verify_arbitrary(wallet_pubkey, signature.pub_key.sig_value, b"your expected signed data", &signature);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages