13 lines
205 B
C
13 lines
205 B
C
![]() |
#ifndef __JQ_PSDGENERATE_H__
|
||
|
#define __JQ_PSDGENERATE_H__
|
||
|
#include <stdio.h>
|
||
|
#include <stdbool.h>
|
||
|
#include "stdint-gcc.h"
|
||
|
|
||
|
|
||
|
uint8_t JQ_GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|