]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
add: added a test function for nonce distance
authoriceman <iceman@iuse.se>
Mon, 15 Feb 2016 01:46:15 +0000 (02:46 +0100)
committericeman <iceman@iuse.se>
Mon, 15 Feb 2016 01:46:15 +0000 (02:46 +0100)
armsrc/crapto1.h

index 9262b956c29c2723e113ca3633223d4761222472..7ea6fa28f5b7af57ec7caa0c31fd912833a246f4 100644 (file)
@@ -32,6 +32,7 @@ uint8_t crypto1_bit(struct Crypto1State*, uint8_t, int);
 uint8_t crypto1_byte(struct Crypto1State*, uint8_t, int);
 uint32_t crypto1_word(struct Crypto1State*, uint32_t, int);
 uint32_t prng_successor(uint32_t x, uint32_t n);
+uint32_t prng_successor_one(uint32_t x);
 
 struct Crypto1State* lfsr_recovery32(uint32_t ks2, uint32_t in);
 struct Crypto1State* lfsr_recovery64(uint32_t ks2, uint32_t ks3);
Impressum, Datenschutz