Open i5hi opened 1 month ago
Hey! Thanks for your work on this repo!
We are building an application that requires generating RSA/RSA GPG keys.
https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki#user-content-RSA_GPG
Happy to take up this an create a PR.
Would like your feedback on the approach.
I assume we just use the BIP85-DRNG to feed entropy into creating an RSA key with: https://github.com/rpgp/rpgp ?
Hi, I've forked and implemented the BIP85-DRNG here
Hey! Thanks for your work on this repo!
We are building an application that requires generating RSA/RSA GPG keys.
https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki#user-content-RSA_GPG
Happy to take up this an create a PR.
Would like your feedback on the approach.
I assume we just use the BIP85-DRNG to feed entropy into creating an RSA key with: https://github.com/rpgp/rpgp ?