getwax / bls-wallet

Core components to use layer 2 smart contract wallets with the BLS signature scheme
MIT License
177 stars 45 forks source link

Add static get random private key method to bls signer #568

Closed JohnGuilding closed 1 year ago

JohnGuilding commented 1 year ago

What is this PR doing?

Adds static helper method to BlsSigner to generate a random private key. Follow up from https://github.com/web3well/bls-wallet/pull/562#discussion_r1149969154

How can these changes be manually tested?

Run tests

Does this PR resolve or contribute to any issues?

resolves #565

Checklist

Guidelines