CHG: Tried to unfold some loops inside ARM/crypto1 imp. It can't hurt, feels stabil.

This commit is contained in:
iceman1001
2016-01-13 22:24:12 +01:00
parent 4b2e63be17
commit c2d2a5a6b5
3 changed files with 103 additions and 7 deletions

View File

@@ -296,6 +296,5 @@ int tryMfk64(uint64_t myuid, uint8_t *data, uint8_t *outputkey ){
crypto1_get_lfsr(revstate, &key);
PrintAndLog("Found Key: [%012"llx"]",key);
crypto1_destroy(revstate);
crypto1_destroy(pcs);
return 0;
}