@Marshmellow42 additions:

ADD: Q5 to 'LF PYRAMID'
ADD: ST sim addition to SIM ask.

REF: 29ada8fc08
This commit is contained in:
iceman1001 2016-03-07 18:53:02 +01:00
commit 6c68b84a6e
6 changed files with 146 additions and 100 deletions

View file

@ -14,7 +14,7 @@
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "data.h" //for FILE_PATH_SIZE
#include "data.h" //for FILE_PATH_SIZE
#ifndef ROTR
# define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))