mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
improve hf 14a info
(#457)
* added validate_prng_nonce from iceman1001 fork * added DetectClassicPrng from iceman1001 fork
This commit is contained in:
parent
83df98d691
commit
fe6bf3c58c
4 changed files with 85 additions and 1 deletions
|
@ -426,7 +426,6 @@ int nonce_distance(uint32_t from, uint32_t to)
|
|||
return (65535 + dist[to >> 16] - dist[from >> 16]) % 65535;
|
||||
}
|
||||
|
||||
|
||||
static uint32_t fastfwd[2][8] = {
|
||||
{ 0, 0x4BC53, 0xECB1, 0x450E2, 0x25E29, 0x6E27A, 0x2B298, 0x60ECB},
|
||||
{ 0, 0x1D962, 0x4BC53, 0x56531, 0xECB1, 0x135D3, 0x450E2, 0x58980}};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue