DNF_DLL/test/RSAC.h

5 lines
103 B
C
Raw Permalink Normal View History

2022-02-17 13:17:46 +08:00
#pragma once
2024-03-31 13:23:55 +08:00
2022-02-17 13:17:46 +08:00
void Makecode(char* pstr, int* pkey);
2024-05-21 12:30:12 +08:00
void Cutecode(char* pstr, int* pkey,int len = -1);