summaryrefslogtreecommitdiff
path: root/include/WIFI_stubsmd5_dummy.h
blob: d82b55c5a0805094e0d538301d752b95686beab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H
#define POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H

#include "nitro/types.h"
#include "dgt.h"

void MD5Final(u8 *digest, struct DGTHash1Context *context);
void MD5Update(struct DGTHash1Context *context, u8 *input, u32 length);
void MD5Init(struct DGTHash1Context *context);

#endif //POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H