Blender V4.3
BLI_hash_md5.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11#include <cstdio>
12
13#include "BLI_sys_types.h"
14
20void *BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock);
21
27int BLI_hash_md5_stream(FILE *stream, void *resblock);
28
29char *BLI_hash_md5_to_hexdigest(const void *resblock, char r_hex_digest[33]);
char * BLI_hash_md5_to_hexdigest(const void *resblock, char r_hex_digest[33])
Definition hash_md5.cc:382
int BLI_hash_md5_stream(FILE *stream, void *resblock)
Definition hash_md5.cc:273
void * BLI_hash_md5_buffer(const char *buffer, size_t len, void *resblock)
Definition hash_md5.cc:346
int len