pull down to refresh
I think we can use STM32 UIDs to identify legitimate coin owners
That might be hard. Only 32 bits of the UID are used and it's also XORed with SysTick.
pad = UID_low32 ^ SysTick->VAL;
This is the best info I've seen so far:
From around 1200 UTC.
The researchers at block still haven't published any updates since their original blog post.
That might be hard. Only 32 bits of the UID are used and it's also XORed with SysTick.
pad = UID_low32 ^ SysTick->VAL;