aboutsummaryrefslogblamecommitdiffstats
path: root/src/md5.h
blob: 9c1745db20f203fd4f6f234ce8d76082aee261a7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                          
/*
 * Copyright (c) 2023, yzrh <yzrh@noema.org>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

int
strmd5(unsigned char **dst, int *dst_size,
	const unsigned char * restrict src, int src_size);