Could someone point me to the rng for the master secret?

I started looking but didn't immediately find it

Reply to this note

Please Login to reply.

Discussion

For anyone wondering, I believe this is where keypairs are made:

https://github.com/proto-at-block/bitkey/blob/main/app/core/crypto/src/keys.rs

So now I need to find references to this, but github is claiming there are none 😭

I will keep progress updates on this 🧡

It is frustrating that nobody from bitkey is monitoring this, all other wallet providers I have contacted are very active on 𝕏 and have been very helpful πŸ€”

I never got a notification for this so I missed it.

Thank you, looking into it πŸ‘

So it looks like the code is referring to a hardware rng (referred to as "TRNG").

I guess we have to blindly trust it's secure.