]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Update crapto1.h
authorIceman <iceman@iuse.se>
Mon, 26 Jun 2017 19:50:20 +0000 (21:50 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 19:50:20 +0000 (21:50 +0200)
extern definition for validation

common/crapto1/crapto1.h

index 8e79d224060f91b95a47d9b91fe7911cce1294f3..7ccddafd572237405e6b3b1f691441eb2474fbbc 100644 (file)
@@ -48,6 +48,7 @@ uint8_t lfsr_rollback_bit(struct Crypto1State* s, uint32_t in, int fb);
 uint8_t lfsr_rollback_byte(struct Crypto1State* s, uint32_t in, int fb);
 uint32_t lfsr_rollback_word(struct Crypto1State* s, uint32_t in, int fb);
 int nonce_distance(uint32_t from, uint32_t to);
 uint8_t lfsr_rollback_byte(struct Crypto1State* s, uint32_t in, int fb);
 uint32_t lfsr_rollback_word(struct Crypto1State* s, uint32_t in, int fb);
 int nonce_distance(uint32_t from, uint32_t to);
+extern bool validate_prng_nonce(uint32_t nonce);
 #define FOREACH_VALID_NONCE(N, FILTER, FSIZE)\
        uint32_t __n = 0,__M = 0, N = 0;\
        int __i;\
 #define FOREACH_VALID_NONCE(N, FILTER, FSIZE)\
        uint32_t __n = 0,__M = 0, N = 0;\
        int __i;\
Impressum, Datenschutz