micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

Force secure rng for mnemonic generation #20

Closed stepansnigirev closed 1 year ago

stepansnigirev commented 1 year ago

Automatically detect and use rng on popular platforms like esp32 and stm32, add pragma error if no rng provided.

stepansnigirev commented 1 year ago

24 solved it