mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
add @Iceman1001 s sha1 scripting changes.
This commit is contained in:
parent
185e038c7d
commit
1c4c0b0681
6 changed files with 981 additions and 6 deletions
|
@ -394,7 +394,7 @@ int hextobinstring(char *target, char *source)
|
|||
|
||||
// convert binary array of 0x00/0x01 values to hex (safe to do in place as target will always be shorter than source)
|
||||
// return number of bits converted
|
||||
int binarraytohex(char *target, char *source, int length)
|
||||
int binarraytohex(char *target,char *source, int length)
|
||||
{
|
||||
unsigned char i, x;
|
||||
int j = length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue