blob: 9c1745db20f203fd4f6f234ce8d76082aee261a7 (
plain) (
tree)
|
|
/*
* 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);
|