适配3码互转算法

This commit is contained in:
ranchuan
2023-06-13 18:10:21 +08:00
parent 077c27f2bb
commit 2396796578
14 changed files with 2114 additions and 1250 deletions

View File

@@ -0,0 +1,13 @@
#ifndef __PSDGENERATE_H__
#define __PSDGENERATE_H__
#include <stdio.h>
#include <stdbool.h>
#include "stdint.h"
int GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
#endif