Files
checker_host/elec/JQ_PSDGenerate.h

13 lines
205 B
C
Raw Normal View History

#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