aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCMD5.h
blob: 1d2f76b19f68433fa682acdcb2303da79612fce6 (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
//
//  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