The micro Python interpreter used the wrong random number generator function because they had the same name, so instead of using the coldcard function, it used the built-in micro Python one that wasn't secure.
Login to reply
Replies (1)
Reasons not to write life or death firmware in a scripting language.