File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ int ECCX08Class::AESBlockEncrypt(byte block[])
644
644
return 0 ;
645
645
}
646
646
647
- delay (51 );
647
+ delay (9 );
648
648
649
649
if (!receiveResponse (block, 16 )) {
650
650
return 0 ;
@@ -677,7 +677,7 @@ int ECCX08Class::AESBlockMultiplication(byte H[], byte block[])
677
677
return 0 ;
678
678
}
679
679
680
- delay (51 );
680
+ delay (9 );
681
681
682
682
if (!receiveResponse (block, 16 )) {
683
683
return 0 ;
@@ -755,7 +755,7 @@ int ECCX08Class::readCounter(int slot, byte counter[])
755
755
return 0 ;
756
756
}
757
757
758
- delay (51 );
758
+ delay (9 );
759
759
760
760
if (!receiveResponse (counter, 4 )) {
761
761
return 0 ;
@@ -783,7 +783,7 @@ int ECCX08Class::incrementCounter(int slot, byte counter[])
783
783
return 0 ;
784
784
}
785
785
786
- delay (51 );
786
+ delay (9 );
787
787
788
788
if (!receiveResponse (counter, 4 )) {
789
789
return 0 ;
You can’t perform that action at this time.
0 commit comments