mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
client: fix mix of spaces & tabs
This commit is contained in:
parent
112411042f
commit
0d9223a547
197 changed files with 49383 additions and 49383 deletions
|
@ -20,8 +20,8 @@
|
|||
#include <stddef.h>
|
||||
|
||||
enum crypto_algo_hash {
|
||||
HASH_INVALID,
|
||||
HASH_SHA_1,
|
||||
HASH_INVALID,
|
||||
HASH_SHA_1,
|
||||
};
|
||||
|
||||
struct crypto_hash *crypto_hash_open(enum crypto_algo_hash hash);
|
||||
|
@ -31,8 +31,8 @@ unsigned char *crypto_hash_read(struct crypto_hash *ch);
|
|||
size_t crypto_hash_get_size(const struct crypto_hash *ch);
|
||||
|
||||
enum crypto_algo_pk {
|
||||
PK_INVALID,
|
||||
PK_RSA,
|
||||
PK_INVALID,
|
||||
PK_RSA,
|
||||
};
|
||||
|
||||
struct crypto_pk *crypto_pk_open(enum crypto_algo_pk pk, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue