This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <windows.h> | |
| #include <winternl.h> | |
| #pragma comment(lib, "bcrypt.lib") | |
| #pragma comment(lib, "ntdll.lib") | |
| typedef struct _FEISTEL64_ROUND_DATA { | |
| DWORD FunctionID; | |
| DWORD Rand0; |