From 3c57dd931145d43f2b0aef96c4d178135956bf91 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:13:10 +0200 Subject: Adding upstream version 2.10.36. Signed-off-by: Daniel Baumann --- .../libgimpmath/html/libgimpmath-GimpMD5.html | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html (limited to 'devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html') diff --git a/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html b/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html new file mode 100644 index 0000000..7465cd4 --- /dev/null +++ b/devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html @@ -0,0 +1,102 @@ + + + + +GimpMD5: GIMP Math Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpMD5

+

GimpMD5 — The MD5 message-digest algorithm

+
+
+

Functions

+
++++ + + + + +
+void + +gimp_md5_get_digest () +
+
+
+

Description

+

The MD5 message-digest algorithm

+
+
+

Functions

+
+

gimp_md5_get_digest ()

+
void
+gimp_md5_get_digest (const gchar *buffer,
+                     gint buffer_size,
+                     guchar digest[16]);
+

gimp_md5_get_digest is deprecated and should not be used in newly-written code.

+

This function is deprecated! Use GChecksum from GLib instead.

+

Get the md5 hash of a buffer. The result is put in the 16 bytes +buffer digest +. For more information see RFC 1321.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

buffer

byte buffer

 

buffer_size

buffer size (in bytes) or -1 if buffer +is nul-terminated.

 

digest

16 bytes buffer receiving the hash code.

 
+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3