aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCMD5.h
blob: a75223189560b1d47cfb3aa68462a20b3c130b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
//  MCMD5.h
//  hermes
//
//  Created by DINH Viêt Hoà on 4/11/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#ifndef MAILCORE_MCMD5_H

#define MAILCORE_MCMD5_H

#include <MailCore/MCData.h>
#include <MailCore/MCString.h>

#ifdef __cplusplus

namespace mailcore {
    Data * md5Data(Data * data);
    String * md5String(Data * data);
}

#endif

#endif