\r
// "random" reader nonce:\r
//byte_t nr[4] = {0x55, 0x41, 0x49, 0x92};\r
- byte_t nr[4] = {0x01, 0x01, 0x01, 0x01};\r
+ fast_prand();\r
+ byte_t nr[4];\r
+ num_to_bytes(prand(), 4, nr);\r
+ //byte_t nr[4] = {0x01, 0x01, 0x01, 0x01};\r
\r
uint32_t nt, ntpp; // Supplied tag nonce\r
\r