5 * Created on 12/06/2010
7 * Copyright (c) 2010,2011,2012,2015 Apple Inc. All rights reserved.
11 #ifndef _CORECRYPTO_CCMD5_H_
12 #define _CORECRYPTO_CCMD5_H_
14 #include <corecrypto/ccdigest.h>
16 #define CCMD5_BLOCK_SIZE 64
17 #define CCMD5_OUTPUT_SIZE 16
18 #define CCMD5_STATE_SIZE 16
21 const struct ccdigest_info
*ccmd5_di(void);
24 extern const struct ccdigest_info ccmd5_ltc_di
;
26 #endif /* _CORECRYPTO_CCMD5_H_ */