rikitau / rust-bip85

bip85 implementation in Rust
MIT License
5 stars 5 forks source link

Support for RSA/RSA GPG #1

Open i5hi opened 1 month ago

i5hi commented 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 ?

ethicnology commented 1 week ago

Hi, I've forked and implemented the BIP85-DRNG here