Could someone point me to the rng for the master secret? I started looking but didn't immediately find it
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 🤔
https://github.com/rust-bitcoin/rust-bitcoin/blob/162094322fc75c92d1241f2afd4514131683856d/bitcoin/src/crypto/key.rs#L413 (for mobile and server) & https://github.com/proto-at-block/bitkey/blob/main/firmware/lib/crypto/src/ecc.c#L51 (for firmware) hope that helps!