diff options
Diffstat (limited to 'src/md5.h')
-rw-r--r-- | src/md5.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/md5.h b/src/md5.h new file mode 100644 index 0000000..9c1745d --- /dev/null +++ b/src/md5.h @@ -0,0 +1,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); |