Could someone point me to the rng for the master secret?
I started looking but didn't immediately find it
Weβre excited to share the code and hardware design behind Bitkey
https://bitkey.build/sharing-the-code-behind-bitkey/?ref=bitkey-newsletter
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!